#1C5233

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

Shades of Kaitoke Green #1C5233

Tints of Kaitoke Green #1C5233

Color information

#1C5233 (or 0x1C5233) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 52 and 33. RGB value is (28,82,51). Sum of RGB (Red+Green+Blue) = 28+82+51=161 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.39% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 51 (20.31% from 255 or 31.68% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #1C5233 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5233 is #E3ADCC. Grayscale: #3E3E3E. Windows color (decimal): -14921165 or 3363356. OLE color: 3363356.

HSL color Cylindrical-coordinate representation of color #1C5233: hue angle of 145.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5233 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB288251-
CMYK0.6600.380.68
HSL145.56º49.09%21.57%-
HSV(B)145.56º65.85%32.16%-
XYZ4.096.524.17-
YUV62.32121.61103.52-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.39%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 51 (20.31% from 255) = 31.68%
R=17.39%
G=50.93%
B=31.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2882510.6600.380.68145.5649.0921.57
Hex1C52334202644923116
Octal34122631020461042226126
Binary1110010100101100111000010010011010001001001001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C5233; }

 p { color: rgb(28,82,51); }

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

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

 a { background-color: rgb(28,82,51); }

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

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

 span { border-color: rgb(28,82,51); }

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