Html Css Color HEX #2D9523 Forest Green

📋 copy color: '#2D9523'

red 45 ◦ green 149 ◦ blue 35

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

Shades of Forest Green #2D9523

Tints of Forest Green #2D9523

RGB

 RED value IS 45 (17.97% from 255) = 19.65%

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

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

R = 19.65%
G = 65.07%
B = 15.28%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#2D9523 (or 0x2D9523) is known color: Forest Green. HEX triplet: 2D, 95 and 23. RGB value is (45,149,35). Sum of RGB (Red+Green+Blue) = 45+149+35=229 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.65% from 229); Green value is 149 (58.59% from 255 or 65.07% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9523 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9523 is #D26ADC. Grayscale: #696969. Windows color (decimal): -13789917 or 2331949. OLE color: 2331949.

HSL color Cylindrical-coordinate representation of color #2D9523: hue angle of 114.74º 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 #2D9523 is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 35 -
CMYK 0.70 0 0.77 0.42
HSL 114.74º 0.62% 0.36% -
HSV(B) 114.74º 0.77% 0.58% -
XYZ 12.13 22.17 5.23 -
YUV 104.91 88.54 85.27 -
System Red Green Blue C M Y K H S L
Decimal 45 149 35 0.70 0 0.77 0.42 114.74 0.62 0.36
Hex 2D 95 23 46 0 4D 2A 73 3E 24
Octal 55 225 43 106 0 115 52 163 76 44
Binary 101101 10010101 100011 1000110 0 1001101 101010 1110011 111110 100100

Color Harmonies of #2D9523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9523

Black with #2D9523

Text Example


Text Example

White with #2D9523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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