#2F911A

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

Shades of Forest Green #2F911A

Tints of Forest Green #2F911A

Color information

#2F911A (or 0x2F911A) is unknown color: approx Forest Green. HEX triplet: 2F, 91 and 1A. RGB value is (47,145,26). Sum of RGB (Red+Green+Blue) = 47+145+26=218 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.56% from 218); Green value is 145 (57.03% from 255 or 66.51% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 145 - color contains mainly: green. Hex color #2F911A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F911A is #D06EE5. Grayscale: #666666. Windows color (decimal): -13659878 or 1741103. OLE color: 1741103.

HSL color Cylindrical-coordinate representation of color #2F911A: hue angle of 109.41º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2F911A is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.43.

Color convert

RGB4714526-
CMYK0.6800.820.43
HSL109.41º69.59%33.53%-
HSV(B)109.41º82.07%56.86%-
XYZ11.4820.934.41-
YUV102.1385.0388.68-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.56%
GREEN value IS 145 (57.03% from 255) = 66.51%
BLUE value IS 26 (10.55% from 255) = 11.93%
R=21.56%
G=66.51%
B=11.93%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal47145260.6800.820.43109.4169.5933.53
Hex2F911A440522B6d4622
Octal572213210401225315510642
Binary101111100100011101010001000101001010101111011011000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F911A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F911A; }

 p { color: rgb(47,145,26); }

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

<style>
 a { background-color: #2F911A; }

 a { background-color: rgb(47,145,26); }

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

<style>
 span { border-color: #2F911A; }

 span { border-color: rgb(47,145,26); }

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