#1F4D2C

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

Shades of Kaitoke Green #1F4D2C

Tints of Kaitoke Green #1F4D2C

Color information

#1F4D2C (or 0x1F4D2C) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4D and 2C. RGB value is (31,77,44). Sum of RGB (Red+Green+Blue) = 31+77+44=152 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.39% from 152); Green value is 77 (30.47% from 255 or 50.66% from 152); Blue value is 44 (17.58% from 255 or 28.95% from 152); Max value from RGB is 77 - color contains mainly: green. Hex color #1F4D2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4D2C is #E0B2D3. Grayscale: #3B3B3B. Windows color (decimal): -14725844 or 2903327. OLE color: 2903327.

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

Color convert

RGB317744-
CMYK0.6000.430.70
HSL136.96º42.59%21.18%-
HSV(B)136.96º59.74%30.2%-
XYZ3.675.783.31-
YUV59.48119.26107.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.39%
GREEN value IS 77 (30.47% from 255) = 50.66%
BLUE value IS 44 (17.58% from 255) = 28.95%
R=20.39%
G=50.66%
B=28.95%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3177440.6000.430.70136.9642.5921.18
Hex1F4D2C3C02B46892b15
Octal3711554740531062115325
Binary111111001101101100111100010101110001101000100110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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