#1C5433

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

Shades of Kaitoke Green #1C5433

Tints of Kaitoke Green #1C5433

Color information

#1C5433 (or 0x1C5433) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 54 and 33. RGB value is (28,84,51). Sum of RGB (Red+Green+Blue) = 28+84+51=163 (21% of max value = 765). Red value is 28 (11.33% from 255 or 17.18% from 163); Green value is 84 (33.20% from 255 or 51.53% from 163); Blue value is 51 (20.31% from 255 or 31.29% from 163); Max value from RGB is 84 - color contains mainly: green. Hex color #1C5433 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C5433 is #E3ABCC. Grayscale: #3F3F3F. Windows color (decimal): -14920653 or 3363868. OLE color: 3363868.

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

Color convert

RGB288451-
CMYK0.6700.390.67
HSL144.64º50%21.96%-
HSV(B)144.64º66.67%32.94%-
XYZ4.256.834.23-
YUV63.49120.95102.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 17.18%
GREEN value IS 84 (33.20% from 255) = 51.53%
BLUE value IS 51 (20.31% from 255) = 31.29%
R=17.18%
G=51.53%
B=31.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2884510.6700.390.67144.645021.96
Hex1C54334302743913216
Octal34124631030471032216226
Binary1110010101001100111000011010011110000111001000111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C5433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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