#285133

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

Shades of Kaitoke Green #285133

Tints of Kaitoke Green #285133

Color information

#285133 (or 0x285133) is unknown color: approx Kaitoke Green. HEX triplet: 28, 51 and 33. RGB value is (40,81,51). Sum of RGB (Red+Green+Blue) = 40+81+51=172 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.26% from 172); Green value is 81 (32.03% from 255 or 47.09% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 81 - color contains mainly: green. Hex color #285133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285133 is #D7AECC. Grayscale: #414141. Windows color (decimal): -14134989 or 3363112. OLE color: 3363112.

HSL color Cylindrical-coordinate representation of color #285133: hue angle of 136.1º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #285133 is Cyan = 0.51, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB408151-
CMYK0.5100.370.68
HSL136.1º33.88%23.73%-
HSV(B)136.1º50.62%31.76%-
XYZ4.426.574.17-
YUV65.32119.92109.94-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.26%
GREEN value IS 81 (32.03% from 255) = 47.09%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=23.26%
G=47.09%
B=29.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4081510.5100.370.68136.133.8823.73
Hex2851333302544882218
Octal5012163630451042104230
Binary1010001010001110011110011010010110001001000100010001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285133; }

 p { color: rgb(40,81,51); }

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

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

 a { background-color: rgb(40,81,51); }

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

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

 span { border-color: rgb(40,81,51); }

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