Html Css Color HEX #2D965F Eucalyptus

📋 copy color: '#2D965F'

red 45 ◦ green 150 ◦ blue 95

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

Shades of Eucalyptus #2D965F

Tints of Eucalyptus #2D965F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.76%

R = 15.52%
G = 51.72%
B = 32.76%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.41

RGB Variations

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

Color information

#2D965F (or 0x2D965F) is known color: Eucalyptus. HEX triplet: 2D, 96 and 5F. RGB value is (45,150,95). Sum of RGB (Red+Green+Blue) = 45+150+95=290 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.52% from 290); Green value is 150 (58.98% from 255 or 51.72% from 290); Blue value is 95 (37.5% from 255 or 32.76% from 290); Max value from RGB is 150 - color contains mainly: green. Hex color #2D965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D965F is #D269A0. Grayscale: #707070. Windows color (decimal): -13789601 or 6264365. OLE color: 6264365.

HSL color Cylindrical-coordinate representation of color #2D965F: hue angle of 148.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 #2D965F is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB 45 150 95 -
CMYK 0.70 0 0.37 0.41
HSL 148.57º 0.54% 0.38% -
HSV(B) 148.57º 0.7% 0.59% -
XYZ 14.05 23.2 14.56 -
YUV 112.34 118.21 79.97 -
System Red Green Blue C M Y K H S L
Decimal 45 150 95 0.70 0 0.37 0.41 148.57 0.54 0.38
Hex 2D 96 5F 46 0 25 29 95 36 26
Octal 55 226 137 106 0 45 51 225 66 46
Binary 101101 10010110 1011111 1000110 0 100101 101001 10010101 110110 100110

Color Harmonies of #2D965F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D965F

Black with #2D965F

Text Example


Text Example

White with #2D965F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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