#285C3B

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

Shades of Kaitoke Green #285C3B

Tints of Kaitoke Green #285C3B

Color information

#285C3B (or 0x285C3B) is unknown color: approx Kaitoke Green. HEX triplet: 28, 5C and 3B. RGB value is (40,92,59). Sum of RGB (Red+Green+Blue) = 40+92+59=191 (25% of max value = 765). Red value is 40 (16.02% from 255 or 20.94% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 59 (23.44% from 255 or 30.89% from 191); Max value from RGB is 92 - color contains mainly: green. Hex color #285C3B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285C3B is #D7A3C4. Grayscale: #484848. Windows color (decimal): -14132165 or 3890216. OLE color: 3890216.

HSL color Cylindrical-coordinate representation of color #285C3B: hue angle of 141.92º degrees, saturation: 0.39, 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 #285C3B is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.64.

Color convert

RGB409259-
CMYK0.5700.360.64
HSL141.92º39.39%25.88%-
HSV(B)141.92º56.52%36.08%-
XYZ5.498.425.47-
YUV72.69120.27104.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 20.94%
GREEN value IS 92 (36.33% from 255) = 48.17%
BLUE value IS 59 (23.44% from 255) = 30.89%
R=20.94%
G=48.17%
B=30.89%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4092590.5700.360.64141.9239.3925.88
Hex285C3B39024408e271a
Octal5013473710441002164732
Binary1010001011100111011111001010010010000001000111010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,92,59); }

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

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

 a { background-color: rgb(40,92,59); }

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

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

 span { border-color: rgb(40,92,59); }

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