#1C4F2A

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

Shades of Kaitoke Green #1C4F2A

Tints of Kaitoke Green #1C4F2A

Color information

#1C4F2A (or 0x1C4F2A) is unknown color: approx Kaitoke Green. HEX triplet: 1C, 4F and 2A. RGB value is (28,79,42). Sum of RGB (Red+Green+Blue) = 28+79+42=149 (19% of max value = 765). Red value is 28 (11.33% from 255 or 18.79% from 149); Green value is 79 (31.25% from 255 or 53.02% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 79 - color contains mainly: green. Hex color #1C4F2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1C4F2A is #E3B0D5. Grayscale: #3B3B3B. Windows color (decimal): -14921942 or 2772764. OLE color: 2772764.

HSL color Cylindrical-coordinate representation of color #1C4F2A: hue angle of 136.47º 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 #1C4F2A is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.69.

Color convert

RGB287942-
CMYK0.6500.470.69
HSL136.47º47.66%20.98%-
HSV(B)136.47º64.56%30.98%-
XYZ3.696.013.16-
YUV59.53118.1105.51-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 18.79%
GREEN value IS 79 (31.25% from 255) = 53.02%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=18.79%
G=53.02%
B=28.19%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2879420.6500.470.69136.4747.6620.98
Hex1C4F2A4102F45883015
Octal34117521010571052106025
Binary1110010011111010101000001010111110001011000100011000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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