#1f4c32

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

Shades of Kaitoke Green #1F4C32

Tints of Kaitoke Green #1F4C32

Color information

#1F4C32 (or 0x1F4C32) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4C and 32. RGB value is (31,76,50). Sum of RGB (Red+Green+Blue) = 31+76+50=157 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.75% from 157); Green value is 76 (30.08% from 255 or 48.41% from 157); Blue value is 50 (19.92% from 255 or 31.85% from 157); Max value from RGB is 76 - color contains mainly: green. Hex color #1F4C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4C32 is #E0B3CD. Grayscale: #3B3B3B. Windows color (decimal): -14726094 or 3296287. OLE color: 3296287.

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

Color convert

RGB317650-
CMYK0.5900.340.70
HSL145.33º42.06%20.98%-
HSV(B)145.33º59.21%29.8%-
XYZ3.735.693.92-
YUV59.58122.59107.61-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.75%
GREEN value IS 76 (30.08% from 255) = 48.41%
BLUE value IS 50 (19.92% from 255) = 31.85%
R=19.75%
G=48.41%
B=31.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3176500.5900.340.70145.3342.0620.98
Hex1F4C323B02246912a15
Octal3711462730421062215225
Binary111111001100110010111011010001010001101001000110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f4c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,76,50); }

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

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

 a { background-color: rgb(31,76,50); }

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

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

 span { border-color: rgb(31,76,50); }

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