Html Css Color HEX #2F8926 Forest Green

📋 copy color: '#2F8926'

red 47 ◦ green 137 ◦ blue 38

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

Shades of Forest Green #2F8926

Tints of Forest Green #2F8926

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.71%

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 21.17%
G = 61.71%
B = 17.12%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.72

 K value IS 0.46

RGB Variations

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

Color information

#2F8926 (or 0x2F8926) is known color: Forest Green. HEX triplet: 2F, 89 and 26. RGB value is (47,137,38). Sum of RGB (Red+Green+Blue) = 47+137+38=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 137 (53.91% from 255 or 61.71% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 137 - color contains mainly: green. Hex color #2F8926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8926 is #D076D9. Grayscale: #636363. Windows color (decimal): -13661914 or 2525487. OLE color: 2525487.

HSL color Cylindrical-coordinate representation of color #2F8926: hue angle of 114.55º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2F8926 is Cyan = 0.66, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB 47 137 38 -
CMYK 0.66 0 0.72 0.46
HSL 114.55º 0.57% 0.34% -
HSV(B) 114.55º 0.72% 0.54% -
XYZ 10.47 18.64 4.88 -
YUV 98.8 93.68 91.05 -
System Red Green Blue C M Y K H S L
Decimal 47 137 38 0.66 0 0.72 0.46 114.55 0.57 0.34
Hex 2F 89 26 42 0 48 2E 73 39 22
Octal 57 211 46 102 0 110 56 163 71 42
Binary 101111 10001001 100110 1000010 0 1001000 101110 1110011 111001 100010

Color Harmonies of #2F8926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8926

Black with #2F8926

Text Example


Text Example

White with #2F8926

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,137,38); }

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

background-color css

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

 a { background-color: rgb(47,137,38); }

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

border-color css

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

 span { border-color: rgb(47,137,38); }

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