Html Css Color HEX #2D9328 Forest Green

📋 copy color: '#2D9328'

red 45 ◦ green 147 ◦ blue 40

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

Shades of Forest Green #2D9328

Tints of Forest Green #2D9328

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.36%

 BLUE value IS 40 (16.02% from 255) = 17.24%

R = 19.4%
G = 63.36%
B = 17.24%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#2D9328 (or 0x2D9328) is known color: Forest Green. HEX triplet: 2D, 93 and 28. RGB value is (45,147,40). Sum of RGB (Red+Green+Blue) = 45+147+40=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 147 (57.81% from 255 or 63.36% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 147 - color contains mainly: green. Hex color #2D9328 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9328 is #D26CD7. Grayscale: #686868. Windows color (decimal): -13790424 or 2659117. OLE color: 2659117.

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

Color convert

RGB 45 147 40 -
CMYK 0.69 0 0.73 0.42
HSL 117.2º 0.57% 0.37% -
HSV(B) 117.2º 0.73% 0.58% -
XYZ 11.9 21.58 5.55 -
YUV 104.3 91.71 85.7 -
System Red Green Blue C M Y K H S L
Decimal 45 147 40 0.69 0 0.73 0.42 117.2 0.57 0.37
Hex 2D 93 28 45 0 49 2A 75 39 25
Octal 55 223 50 105 0 111 52 165 71 45
Binary 101101 10010011 101000 1000101 0 1001001 101010 1110101 111001 100101

Color Harmonies of #2D9328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9328

Black with #2D9328

Text Example


Text Example

White with #2D9328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,147,40); }

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

background-color css

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

 a { background-color: rgb(45,147,40); }

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

border-color css

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

 span { border-color: rgb(45,147,40); }

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