#1C4F28

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

Shades of Kaitoke Green #1C4F28

Tints of Kaitoke Green #1C4F28

Color information

#1C4F28 (or 0x1C4F28) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 4F and 28. RGB value is (28,79,40). Sum of RGB (Red+Green+Blue) = 28+79+40=147 (19% of max value = 765). Red value is 28 (11.33% from 255 or 19.05% from 147); Green value is 79 (31.25% from 255 or 53.74% from 147); Blue value is 40 (16.02% from 255 or 27.21% from 147); Max value from RGB is 79 - color contains mainly: green. Hex color #1C4F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4F28 is #E3B0D7. Grayscale: #3B3B3B. Windows color (decimal): -14921944 or 2641692. OLE color: 2641692.

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

Color convert

RGB287940-
CMYK0.6500.490.69
HSL134.12º47.66%20.98%-
HSV(B)134.12º64.56%30.98%-
XYZ3.665.992.97-
YUV59.3117.1105.67-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 19.05%
GREEN value IS 79 (31.25% from 255) = 53.74%
BLUE value IS 40 (16.02% from 255) = 27.21%
R=19.05%
G=53.74%
B=27.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2879400.6500.490.69134.1247.6620.98
Hex1C4F284103145863015
Octal34117501010611052066025
Binary1110010011111010001000001011000110001011000011011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,79,40); }

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

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

 a { background-color: rgb(28,79,40); }

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

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

 span { border-color: rgb(28,79,40); }

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