Html Css Color HEX #2D9629 Forest Green

📋 copy color: '#2D9629'

red 45 ◦ green 150 ◦ blue 41

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

Shades of Forest Green #2D9629

Tints of Forest Green #2D9629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.56%

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

R = 19.07%
G = 63.56%
B = 17.37%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#2D9629 (or 0x2D9629) is known color: Forest Green. HEX triplet: 2D, 96 and 29. RGB value is (45,150,41). Sum of RGB (Red+Green+Blue) = 45+150+41=236 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.07% from 236); Green value is 150 (58.98% from 255 or 63.56% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 150 - color contains mainly: green. Hex color #2D9629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9629 is #D269D6. Grayscale: #6A6A6A. Windows color (decimal): -13789655 or 2725421. OLE color: 2725421.

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

Color convert

RGB 45 150 41 -
CMYK 0.70 0 0.73 0.41
HSL 117.8º 0.57% 0.37% -
HSV(B) 117.8º 0.73% 0.59% -
XYZ 12.39 22.53 5.79 -
YUV 106.18 91.21 84.36 -
System Red Green Blue C M Y K H S L
Decimal 45 150 41 0.70 0 0.73 0.41 117.8 0.57 0.37
Hex 2D 96 29 46 0 49 29 76 39 25
Octal 55 226 51 106 0 111 51 166 71 45
Binary 101101 10010110 101001 1000110 0 1001001 101001 1110110 111001 100101

Color Harmonies of #2D9629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9629

Black with #2D9629

Text Example


Text Example

White with #2D9629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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