#285033

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

Shades of Kaitoke Green #285033

Tints of Kaitoke Green #285033

Color information

#285033 (or 0x285033) is unknown color: approx Kaitoke Green. HEX triplet: 28, 50 and 33. RGB value is (40,80,51). Sum of RGB (Red+Green+Blue) = 40+80+51=171 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.39% from 171); Green value is 80 (31.64% from 255 or 46.78% from 171); Blue value is 51 (20.31% from 255 or 29.82% from 171); Max value from RGB is 80 - color contains mainly: green. Hex color #285033 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #285033 is #D7AFCC. Grayscale: #404040. Windows color (decimal): -14135245 or 3362856. OLE color: 3362856.

HSL color Cylindrical-coordinate representation of color #285033: hue angle of 136.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #285033 is Cyan = 0.5, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB408051-
CMYK0.500.360.69
HSL136.5º33.33%23.53%-
HSV(B)136.5º50%31.37%-
XYZ4.346.434.14-
YUV64.73120.25110.36-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.39%
GREEN value IS 80 (31.64% from 255) = 46.78%
BLUE value IS 51 (20.31% from 255) = 29.82%
R=23.39%
G=46.78%
B=29.82%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4080510.500.360.69136.533.3323.53
Hex2850333202445882118
Octal5012063620441052104130
Binary1010001010000110011110010010010010001011000100010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285033; }

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

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

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

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

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

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

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

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