Html Css Color HEX #2DA628 Forest Green

📋 copy color: '#2DA628'

red 45 ◦ green 166 ◦ blue 40

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

Shades of Forest Green #2DA628

Tints of Forest Green #2DA628

RGB

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

 GREEN value IS 166 (65.23% from 255) = 66.14%

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

R = 17.93%
G = 66.14%
B = 15.94%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#2DA628 (or 0x2DA628) is known color: Forest Green. HEX triplet: 2D, A6 and 28. RGB value is (45,166,40). Sum of RGB (Red+Green+Blue) = 45+166+40=251 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.93% from 251); Green value is 166 (65.23% from 255 or 66.14% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA628 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA628 is #D259D7. Grayscale: #737373. Windows color (decimal): -13785560 or 2663981. OLE color: 2663981.

HSL color Cylindrical-coordinate representation of color #2DA628: hue angle of 117.62º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DA628 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 45 166 40 -
CMYK 0.73 0 0.76 0.35
HSL 117.62º 0.61% 0.4% -
HSV(B) 117.62º 0.76% 0.65% -
XYZ 15.1 27.98 6.61 -
YUV 115.46 85.41 77.75 -
System Red Green Blue C M Y K H S L
Decimal 45 166 40 0.73 0 0.76 0.35 117.62 0.61 0.4
Hex 2D A6 28 49 0 4C 23 76 3D 28
Octal 55 246 50 111 0 114 43 166 75 50
Binary 101101 10100110 101000 1001001 0 1001100 100011 1110110 111101 101000

Color Harmonies of #2DA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2DA628

Black with #2DA628

Text Example


Text Example

White with #2DA628

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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