Html Css Color HEX #2F9523 Forest Green

📋 copy color: '#2F9523'

red 47 ◦ green 149 ◦ blue 35

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

Shades of Forest Green #2F9523

Tints of Forest Green #2F9523

RGB

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

 GREEN value IS 149 (58.59% from 255) = 64.5%

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

R = 20.35%
G = 64.5%
B = 15.15%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#2F9523 (or 0x2F9523) is known color: Forest Green. HEX triplet: 2F, 95 and 23. RGB value is (47,149,35). Sum of RGB (Red+Green+Blue) = 47+149+35=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 149 (58.59% from 255 or 64.50% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 149 - color contains mainly: green. Hex color #2F9523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9523 is #D06ADC. Grayscale: #696969. Windows color (decimal): -13658845 or 2331951. OLE color: 2331951.

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

Color convert

RGB 47 149 35 -
CMYK 0.68 0 0.77 0.42
HSL 113.68º 0.62% 0.36% -
HSV(B) 113.68º 0.77% 0.58% -
XYZ 12.22 22.22 5.23 -
YUV 105.51 88.21 86.27 -
System Red Green Blue C M Y K H S L
Decimal 47 149 35 0.68 0 0.77 0.42 113.68 0.62 0.36
Hex 2F 95 23 44 0 4D 2A 72 3E 24
Octal 57 225 43 104 0 115 52 162 76 44
Binary 101111 10010101 100011 1000100 0 1001101 101010 1110010 111110 100100

Color Harmonies of #2F9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9523

Black with #2F9523

Text Example


Text Example

White with #2F9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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