#1C512C

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

Shades of Kaitoke Green #1C512C

Tints of Kaitoke Green #1C512C

Color information

#1C512C (or 0x1C512C) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 51 and 2C. RGB value is (28,81,44). Sum of RGB (Red+Green+Blue) = 28+81+44=153 (20% of max value = 765). Red value is 28 (11.33% from 255 or 18.30% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 44 (17.58% from 255 or 28.76% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #1C512C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C512C is #E3AED3. Grayscale: #3D3D3D. Windows color (decimal): -14921428 or 2904348. OLE color: 2904348.

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

Color convert

RGB288144-
CMYK0.6500.460.68
HSL138.11º48.62%21.37%-
HSV(B)138.11º65.43%31.76%-
XYZ3.886.313.4-
YUV60.93118.44104.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.30%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 44 (17.58% from 255) = 28.76%
R=18.30%
G=52.94%
B=28.76%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2881440.6500.460.68138.1148.6221.37
Hex1C512C4102E448a3115
Octal34121541010561042126125
Binary1110010100011011001000001010111010001001000101011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,81,44); }

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

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

 a { background-color: rgb(28,81,44); }

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

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

 span { border-color: rgb(28,81,44); }

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