#1C4D2C

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

Shades of Kaitoke Green #1C4D2C

Tints of Kaitoke Green #1C4D2C

Color information

#1C4D2C (or 0x1C4D2C) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 4D and 2C. RGB value is (28,77,44). Sum of RGB (Red+Green+Blue) = 28+77+44=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 44 (17.58% from 255 or 29.53% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #1C4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4D2C is #E3B2D3. Grayscale: #3A3A3A. Windows color (decimal): -14922452 or 2903324. OLE color: 2903324.

HSL color Cylindrical-coordinate representation of color #1C4D2C: hue angle of 139.59º degrees, saturation: 0.47, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1C4D2C is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.70.

Color convert

RGB287744-
CMYK0.6400.430.70
HSL139.59º46.67%20.59%-
HSV(B)139.59º63.64%30.2%-
XYZ3.595.743.3-
YUV58.59119.77106.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 77 (30.47% from 255) = 51.68%
BLUE value IS 44 (17.58% from 255) = 29.53%
R=18.79%
G=51.68%
B=29.53%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2877440.6400.430.70139.5946.6720.59
Hex1C4D2C4002B468c2f15
Octal34115541000531062145725
Binary1110010011011011001000000010101110001101000110010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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