#1F4F2E

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

Shades of Kaitoke Green #1F4F2E

Tints of Kaitoke Green #1F4F2E

Color information

#1F4F2E (or 0x1F4F2E) is unknown color: approx Kaitoke Green. HEX triplet: 1F, 4F and 2E. RGB value is (31,79,46). Sum of RGB (Red+Green+Blue) = 31+79+46=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 79 (31.25% from 255 or 50.64% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 79 - color contains mainly: green. Hex color #1F4F2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1F4F2E is #E0B0D1. Grayscale: #3C3C3C. Windows color (decimal): -14725330 or 3034911. OLE color: 3034911.

HSL color Cylindrical-coordinate representation of color #1F4F2E: hue angle of 138.75º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1F4F2E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB317946-
CMYK0.6100.420.69
HSL138.75º43.64%21.57%-
HSV(B)138.75º60.76%30.98%-
XYZ3.856.083.56-
YUV60.89119.6106.68-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 79 (31.25% from 255) = 50.64%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=19.87%
G=50.64%
B=29.49%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3179460.6100.420.69138.7543.6421.57
Hex1F4F2E3D02A458b2c16
Octal3711756750521052135426
Binary111111001111101110111101010101010001011000101110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,79,46); }

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

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

 a { background-color: rgb(31,79,46); }

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

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

 span { border-color: rgb(31,79,46); }

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