#1F8A02

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

Shades of Forest Green #1F8A02

Tints of Forest Green #1F8A02

Color information

#1F8A02 (or 0x1F8A02) is unknown color: approx Forest Green. HEX triplet: 1F, 8A and 02. RGB value is (31,138,2). Sum of RGB (Red+Green+Blue) = 31+138+2=171 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.13% from 171); Green value is 138 (54.30% from 255 or 80.70% from 171); Blue value is 2 (1.17% from 255 or 1.17% from 171); Max value from RGB is 138 - color contains mainly: green. Hex color #1F8A02 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1F8A02 is #E075FD. Grayscale: #5A5A5A. Windows color (decimal): -14710270 or 166431. OLE color: 166431.

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

Color convert

RGB311382-
CMYK0.7800.990.46
HSL107.21º97.14%27.45%-
HSV(B)107.21º98.55%54.12%-
XYZ9.6618.473.11-
YUV90.578.0585.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.13%
GREEN value IS 138 (54.30% from 255) = 80.70%
BLUE value IS 2 (1.17% from 255) = 1.17%
R=18.13%
G=80.70%
B=1.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3113820.7800.990.46107.2197.1427.45
Hex1F8A24E0632E6b611b
Octal37212211601435615314133
Binary1111110001010101001110011000111011101101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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