Html Css Color HEX #2D9531 Forest Green

📋 copy color: '#2D9531'

red 45 ◦ green 149 ◦ blue 49

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

Shades of Forest Green #2D9531

Tints of Forest Green #2D9531

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.16%

R = 18.52%
G = 61.32%
B = 20.16%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.67

 K value IS 0.42

RGB Variations

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

Color information

#2D9531 (or 0x2D9531) is known color: Forest Green. HEX triplet: 2D, 95 and 31. RGB value is (45,149,49). Sum of RGB (Red+Green+Blue) = 45+149+49=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 149 (58.59% from 255 or 61.32% from 243); Blue value is 49 (19.53% from 255 or 20.16% from 243); Max value from RGB is 149 - color contains mainly: green. Hex color #2D9531 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9531 is #D26ACE. Grayscale: #6A6A6A. Windows color (decimal): -13789903 or 3249453. OLE color: 3249453.

HSL color Cylindrical-coordinate representation of color #2D9531: hue angle of 122.31º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2D9531 is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB 45 149 49 -
CMYK 0.70 0 0.67 0.42
HSL 122.31º 0.54% 0.38% -
HSV(B) 122.31º 0.7% 0.58% -
XYZ 12.38 22.27 6.55 -
YUV 106.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 45 149 49 0.70 0 0.67 0.42 122.31 0.54 0.38
Hex 2D 95 31 46 0 43 2A 7A 36 26
Octal 55 225 61 106 0 103 52 172 66 46
Binary 101101 10010101 110001 1000110 0 1000011 101010 1111010 110110 100110

Color Harmonies of #2D9531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9531

Black with #2D9531

Text Example


Text Example

White with #2D9531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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