Html Css Color HEX #2D9529 Forest Green

📋 copy color: '#2D9529'

red 45 ◦ green 149 ◦ blue 41

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

Shades of Forest Green #2D9529

Tints of Forest Green #2D9529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 19.15%
G = 63.4%
B = 17.45%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#2D9529 (or 0x2D9529) is known color: Forest Green. HEX triplet: 2D, 95 and 29. RGB value is (45,149,41). Sum of RGB (Red+Green+Blue) = 45+149+41=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 149 (58.59% from 255 or 63.40% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9529 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9529 is #D26AD6. Grayscale: #696969. Windows color (decimal): -13789911 or 2725165. OLE color: 2725165.

HSL color Cylindrical-coordinate representation of color #2D9529: hue angle of 117.78º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2D9529 is Cyan = 0.70, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 41 -
CMYK 0.70 0 0.72 0.42
HSL 117.78º 0.57% 0.37% -
HSV(B) 117.78º 0.72% 0.58% -
XYZ 12.23 22.21 5.74 -
YUV 105.59 91.54 84.78 -
System Red Green Blue C M Y K H S L
Decimal 45 149 41 0.70 0 0.72 0.42 117.78 0.57 0.37
Hex 2D 95 29 46 0 48 2A 76 39 25
Octal 55 225 51 106 0 110 52 166 71 45
Binary 101101 10010101 101001 1000110 0 1001000 101010 1110110 111001 100101

Color Harmonies of #2D9529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9529

Black with #2D9529

Text Example


Text Example

White with #2D9529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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