#1C5333

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

Shades of Kaitoke Green #1C5333

Tints of Kaitoke Green #1C5333

Color information

#1C5333 (or 0x1C5333) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 53 and 33. RGB value is (28,83,51). Sum of RGB (Red+Green+Blue) = 28+83+51=162 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.28% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 51 (20.31% from 255 or 31.48% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #1C5333 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5333 is #E3ACCC. Grayscale: #3E3E3E. Windows color (decimal): -14920909 or 3363612. OLE color: 3363612.

HSL color Cylindrical-coordinate representation of color #1C5333: hue angle of 145.09º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1C5333 is Cyan = 0.66, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.67.

Color convert

RGB288351-
CMYK0.6600.390.67
HSL145.09º49.55%21.76%-
HSV(B)145.09º66.27%32.55%-
XYZ4.176.674.2-
YUV62.91121.28103.1-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.28%
GREEN value IS 83 (32.81% from 255) = 51.23%
BLUE value IS 51 (20.31% from 255) = 31.48%
R=17.28%
G=51.23%
B=31.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2883510.6600.390.67145.0949.5521.76
Hex1C53334202743913216
Octal34123631020471032216226
Binary1110010100111100111000010010011110000111001000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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