Html Css Color HEX #2D9421 Forest Green

📋 copy color: '#2D9421'

red 45 ◦ green 148 ◦ blue 33

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

Shades of Forest Green #2D9421

Tints of Forest Green #2D9421

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

 BLUE value IS 33 (13.28% from 255) = 14.6%

R = 19.91%
G = 65.49%
B = 14.6%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#2D9421 (or 0x2D9421) is known color: Forest Green. HEX triplet: 2D, 94 and 21. RGB value is (45,148,33). Sum of RGB (Red+Green+Blue) = 45+148+33=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 33 (13.28% from 255 or 14.60% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #2D9421 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D9421 is #D26BDE. Grayscale: #686868. Windows color (decimal): -13790175 or 2200621. OLE color: 2200621.

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

Color convert

RGB 45 148 33 -
CMYK 0.70 0 0.78 0.42
HSL 113.74º 0.64% 0.35% -
HSV(B) 113.74º 0.78% 0.58% -
XYZ 11.95 21.85 5.03 -
YUV 104.09 87.88 85.85 -
System Red Green Blue C M Y K H S L
Decimal 45 148 33 0.70 0 0.78 0.42 113.74 0.64 0.35
Hex 2D 94 21 46 0 4E 2A 72 40 23
Octal 55 224 41 106 0 116 52 162 100 43
Binary 101101 10010100 100001 1000110 0 1001110 101010 1110010 1000000 100011

Color Harmonies of #2D9421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9421

Black with #2D9421

Text Example


Text Example

White with #2D9421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,148,33); }

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

background-color css

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

 a { background-color: rgb(45,148,33); }

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

border-color css

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

 span { border-color: rgb(45,148,33); }

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