Html Css Color HEX #2D966D Eucalyptus

📋 copy color: '#2D966D'

red 45 ◦ green 150 ◦ blue 109

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

Shades of Eucalyptus #2D966D

Tints of Eucalyptus #2D966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 35.86%

R = 14.8%
G = 49.34%
B = 35.86%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#2D966D (or 0x2D966D) is known color: Eucalyptus. HEX triplet: 2D, 96 and 6D. RGB value is (45,150,109). Sum of RGB (Red+Green+Blue) = 45+150+109=304 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.80% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #2D966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D966D is #D26992. Grayscale: #717171. Windows color (decimal): -13789587 or 7181869. OLE color: 7181869.

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

Color convert

RGB 45 150 109 -
CMYK 0.70 0 0.27 0.41
HSL 156.57º 0.54% 0.38% -
HSV(B) 156.57º 0.7% 0.59% -
XYZ 14.75 23.47 18.22 -
YUV 113.93 125.21 78.83 -
System Red Green Blue C M Y K H S L
Decimal 45 150 109 0.70 0 0.27 0.41 156.57 0.54 0.38
Hex 2D 96 6D 46 0 1B 29 9D 36 26
Octal 55 226 155 106 0 33 51 235 66 46
Binary 101101 10010110 1101101 1000110 0 11011 101001 10011101 110110 100110

Color Harmonies of #2D966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D966D

Black with #2D966D

Text Example


Text Example

White with #2D966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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