#1F9629

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

Shades of Forest Green #1F9629

Tints of Forest Green #1F9629

Color information

#1F9629 (or 0x1F9629) is unknown color: approx Forest Green. HEX triplet: 1F, 96 and 29. RGB value is (31,150,41). Sum of RGB (Red+Green+Blue) = 31+150+41=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 150 (58.98% from 255 or 67.57% from 222); Blue value is 41 (16.41% from 255 or 18.47% from 222); Max value from RGB is 150 - color contains mainly: green. Hex color #1F9629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F9629 is #E069D6. Grayscale: #666666. Windows color (decimal): -14707159 or 2725407. OLE color: 2725407.

HSL color Cylindrical-coordinate representation of color #1F9629: hue angle of 125.04º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F9629 is Cyan = 0.79, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB3115041-
CMYK0.7900.730.41
HSL125.04º65.75%35.49%-
HSV(B)125.04º79.33%58.82%-
XYZ11.8722.265.77-
YUV101.9993.5877.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 13.96%
GREEN value IS 150 (58.98% from 255) = 67.57%
BLUE value IS 41 (16.41% from 255) = 18.47%
R=13.96%
G=67.57%
B=18.47%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal31150410.7900.730.41125.0465.7535.49
Hex1F96294F049297d4223
Octal372265111701115117510243
Binary111111001011010100110011110100100110100111111011000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F9629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,150,41); }

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

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

 a { background-color: rgb(31,150,41); }

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

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

 span { border-color: rgb(31,150,41); }

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