#285E39

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

Shades of Kaitoke Green #285E39

Tints of Kaitoke Green #285E39

Color information

#285E39 (or 0x285E39) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5E and 39. RGB value is (40,94,57). Sum of RGB (Red+Green+Blue) = 40+94+57=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 94 (37.11% from 255 or 49.21% from 191); Blue value is 57 (22.66% from 255 or 29.84% from 191); Max value from RGB is 94 - color contains mainly: green. Hex color #285E39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285E39 is #D7A1C6. Grayscale: #494949. Windows color (decimal): -14131655 or 3759656. OLE color: 3759656.

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

Color convert

RGB409457-
CMYK0.5700.390.63
HSL138.89º40.3%26.27%-
HSV(B)138.89º57.45%36.86%-
XYZ5.628.755.26-
YUV73.64118.61104.01-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 94 (37.11% from 255) = 49.21%
BLUE value IS 57 (22.66% from 255) = 29.84%
R=20.94%
G=49.21%
B=29.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4094570.5700.390.63138.8940.326.27
Hex285E39390273F8b281a
Octal501367171047772135032
Binary101000101111011100111100101001111111111000101110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,94,57); }

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

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

 a { background-color: rgb(40,94,57); }

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

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

 span { border-color: rgb(40,94,57); }

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