#1F8A29

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

Shades of Forest Green #1F8A29

Tints of Forest Green #1F8A29

Color information

#1F8A29 (or 0x1F8A29) is unknown color: approx Forest Green. HEX triplet: 1F, 8A and 29. RGB value is (31,138,41). Sum of RGB (Red+Green+Blue) = 31+138+41=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 138 (54.30% from 255 or 65.71% from 210); Blue value is 41 (16.41% from 255 or 19.52% from 210); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A29 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #1F8A29 is #E075D6. Grayscale: #5F5F5F. Windows color (decimal): -14710231 or 2722335. OLE color: 2722335.

HSL color Cylindrical-coordinate representation of color #1F8A29: hue angle of 125.61º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F8A29 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.46.

Color convert

RGB3113841-
CMYK0.7800.700.46
HSL125.61º63.31%33.14%-
HSV(B)125.61º77.54%54.12%-
XYZ10.0518.635.16-
YUV94.9597.5582.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.76%
GREEN value IS 138 (54.30% from 255) = 65.71%
BLUE value IS 41 (16.41% from 255) = 19.52%
R=14.76%
G=65.71%
B=19.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal31138410.7800.700.46125.6163.3133.14
Hex1F8A294E0462E7e3f21
Octal37212511160106561767741
Binary11111100010101010011001110010001101011101111110111111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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