#2F9434

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

Shades of Forest Green #2F9434

Tints of Forest Green #2F9434

Color information

#2F9434 (or 0x2F9434) is unknown color: approx Forest Green. HEX triplet: 2F, 94 and 34. RGB value is (47,148,52). Sum of RGB (Red+Green+Blue) = 47+148+52=247 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.03% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 52 (20.70% from 255 or 21.05% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #2F9434 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9434 is #D06BCB. Grayscale: #6B6B6B. Windows color (decimal): -13659084 or 3445807. OLE color: 3445807.

HSL color Cylindrical-coordinate representation of color #2F9434: hue angle of 122.97º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F9434 is Cyan = 0.68, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB4714852-
CMYK0.6800.650.42
HSL122.97º51.79%38.24%-
HSV(B)122.97º68.24%58.04%-
XYZ12.3822.036.85-
YUV106.8697.0485.31-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 19.03%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 52 (20.70% from 255) = 21.05%
R=19.03%
G=59.92%
B=21.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47148520.6800.650.42122.9751.7938.24
Hex2F9434440412A7b3426
Octal57224641040101521736446
Binary101111100101001101001000100010000011010101111011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,148,52); }

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

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

 a { background-color: rgb(47,148,52); }

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

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

 span { border-color: rgb(47,148,52); }

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