Html Css Color HEX #2F8323 Forest Green

📋 copy color: '#2F8323'

red 47 ◦ green 131 ◦ blue 35

#2F8323
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #2F8323

Tints of Forest Green #2F8323

RGB

 RED value IS 47 (18.75% from 255) = 22.07%

 GREEN value IS 131 (51.56% from 255) = 61.5%

 BLUE value IS 35 (14.06% from 255) = 16.43%

R = 22.07%
G = 61.5%
B = 16.43%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.49

RGB Variations

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

Color information

#2F8323 (or 0x2F8323) is known color: Forest Green. HEX triplet: 2F, 83 and 23. RGB value is (47,131,35). Sum of RGB (Red+Green+Blue) = 47+131+35=213 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.07% from 213); Green value is 131 (51.56% from 255 or 61.50% from 213); Blue value is 35 (14.06% from 255 or 16.43% from 213); Max value from RGB is 131 - color contains mainly: green. Hex color #2F8323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8323 is #D07CDC. Grayscale: #5F5F5F. Windows color (decimal): -13663453 or 2327343. OLE color: 2327343.

HSL color Cylindrical-coordinate representation of color #2F8323: hue angle of 112.5º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F8323 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.49.

Color convert

RGB 47 131 35 -
CMYK 0.64 0 0.73 0.49
HSL 112.5º 0.58% 0.33% -
HSV(B) 112.5º 0.73% 0.51% -
XYZ 9.59 16.96 4.36 -
YUV 94.94 94.17 93.81 -
System Red Green Blue C M Y K H S L
Decimal 47 131 35 0.64 0 0.73 0.49 112.5 0.58 0.33
Hex 2F 83 23 40 0 49 31 70 3A 21
Octal 57 203 43 100 0 111 61 160 72 41
Binary 101111 10000011 100011 1000000 0 1001001 110001 1110000 111010 100001

Color Harmonies of #2F8323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8323

Black with #2F8323

Text Example


Text Example

White with #2F8323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,131,35); }

 H1.HeaderClassName
 {
   color: #2F8323;
 }
 .AnyTagClassName
 {
   color: #2F8323;
 }
</style>

background-color css

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

 a { background-color: rgb(47,131,35); }

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

border-color css

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

 span { border-color: rgb(47,131,35); }

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