#285D38

Color #285D38 Kaitoke Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kaitoke Green #285D38

Tints of Kaitoke Green #285D38

Color information

#285D38 (or 0x285D38) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5D and 38. RGB value is (40,93,56). Sum of RGB (Red+Green+Blue) = 40+93+56=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 93 (36.72% from 255 or 49.21% from 189); Blue value is 56 (22.27% from 255 or 29.63% from 189); Max value from RGB is 93 - color contains mainly: green. Hex color #285D38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285D38 is #D7A2C7. Grayscale: #494949. Windows color (decimal): -14131912 or 3693864. OLE color: 3693864.

HSL color Cylindrical-coordinate representation of color #285D38: hue angle of 138.11º degrees, saturation: 0.4, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #285D38 is Cyan = 0.57, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.

Color convert

RGB409356-
CMYK0.5700.400.64
HSL138.11º39.85%26.08%-
HSV(B)138.11º56.99%36.47%-
XYZ5.58.575.1-
YUV72.93118.44104.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 40 (16.02% from 255) = 21.16%
GREEN value IS 93 (36.72% from 255) = 49.21%
BLUE value IS 56 (22.27% from 255) = 29.63%
R=21.16%
G=49.21%
B=29.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4093560.5700.400.64138.1139.8526.08
Hex285D3839028408a281a
Octal5013570710501002125032
Binary1010001011101111000111001010100010000001000101010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285D38; }

 p { color: rgb(40,93,56); }

 H1.HeaderClassName
 {
   color: #285D38;
 }
 .AnyTagClassName
 {
   color: #285D38;
 }
</style>
background-color css

<style>
 a { background-color: #285D38; }

 a { background-color: rgb(40,93,56); }

 div.DivClassName
 {
   background-color: #285D38;
 }
 .BgClassName
 {
   background-color: #285D38;
 }
</style>
border-color css

<style>
 span { border-color: #285D38; }

 span { border-color: rgb(40,93,56); }

 td.TdClassName
 {
   border-color: #285D38;
 }
 .TagClassName
 {
   border-color: #285D38;
 }
</style>