Html Css Color HEX #2F8524 Forest Green

📋 copy color: '#2F8524'

red 47 ◦ green 133 ◦ blue 36

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

Shades of Forest Green #2F8524

Tints of Forest Green #2F8524

RGB

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

 GREEN value IS 133 (52.34% from 255) = 61.57%

 BLUE value IS 36 (14.45% from 255) = 16.67%

R = 21.76%
G = 61.57%
B = 16.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#2F8524 (or 0x2F8524) is known color: Forest Green. HEX triplet: 2F, 85 and 24. RGB value is (47,133,36). Sum of RGB (Red+Green+Blue) = 47+133+36=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 133 (52.34% from 255 or 61.57% from 216); Blue value is 36 (14.45% from 255 or 16.67% from 216); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8524 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8524 is #D07ADB. Grayscale: #606060. Windows color (decimal): -13662940 or 2393391. OLE color: 2393391.

HSL color Cylindrical-coordinate representation of color #2F8524: hue angle of 113.2º degrees, saturation: 0.57, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F8524 is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 133 36 -
CMYK 0.65 0 0.73 0.48
HSL 113.2º 0.57% 0.33% -
HSV(B) 113.2º 0.73% 0.52% -
XYZ 9.88 17.51 4.53 -
YUV 96.23 94.01 92.89 -
System Red Green Blue C M Y K H S L
Decimal 47 133 36 0.65 0 0.73 0.48 113.2 0.57 0.33
Hex 2F 85 24 41 0 49 30 71 39 21
Octal 57 205 44 101 0 111 60 161 71 41
Binary 101111 10000101 100100 1000001 0 1001001 110000 1110001 111001 100001

Color Harmonies of #2F8524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8524

Black with #2F8524

Text Example


Text Example

White with #2F8524

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,36); }

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

background-color css

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

 a { background-color: rgb(47,133,36); }

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

border-color css

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

 span { border-color: rgb(47,133,36); }

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