Html Css Color HEX #2F8523 Forest Green

📋 copy color: '#2F8523'

red 47 ◦ green 133 ◦ blue 35

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

Shades of Forest Green #2F8523

Tints of Forest Green #2F8523

RGB

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

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

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

R = 21.86%
G = 61.86%
B = 16.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#2F8523 (or 0x2F8523) is known color: Forest Green. HEX triplet: 2F, 85 and 23. RGB value is (47,133,35). Sum of RGB (Red+Green+Blue) = 47+133+35=215 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.86% from 215); Green value is 133 (52.34% from 255 or 61.86% from 215); Blue value is 35 (14.06% from 255 or 16.28% from 215); Max value from RGB is 133 - color contains mainly: green. Hex color #2F8523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8523 is #D07ADC. Grayscale: #606060. Windows color (decimal): -13662941 or 2327855. OLE color: 2327855.

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

Color convert

RGB 47 133 35 -
CMYK 0.65 0 0.74 0.48
HSL 112.65º 0.58% 0.33% -
HSV(B) 112.65º 0.74% 0.52% -
XYZ 9.86 17.5 4.45 -
YUV 96.11 93.51 92.97 -
System Red Green Blue C M Y K H S L
Decimal 47 133 35 0.65 0 0.74 0.48 112.65 0.58 0.33
Hex 2F 85 23 41 0 4A 30 71 3A 21
Octal 57 205 43 101 0 112 60 161 72 41
Binary 101111 10000101 100011 1000001 0 1001010 110000 1110001 111010 100001

Color Harmonies of #2F8523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F8523

Black with #2F8523

Text Example


Text Example

White with #2F8523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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