Html Css Color HEX #2D9B5D Eucalyptus

📋 copy color: '#2D9B5D'

red 45 ◦ green 155 ◦ blue 93

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

Shades of Eucalyptus #2D9B5D

Tints of Eucalyptus #2D9B5D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.9%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 15.36%
G = 52.9%
B = 31.74%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.4

 K value IS 0.39

RGB Variations

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

Color information

#2D9B5D (or 0x2D9B5D) is known color: Eucalyptus. HEX triplet: 2D, 9B and 5D. RGB value is (45,155,93). Sum of RGB (Red+Green+Blue) = 45+155+93=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 155 (60.94% from 255 or 52.90% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 155 - color contains mainly: green. Hex color #2D9B5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2D9B5D is #D264A2. Grayscale: #737373. Windows color (decimal): -13788323 or 6134573. OLE color: 6134573.

HSL color Cylindrical-coordinate representation of color #2D9B5D: hue angle of 146.18º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2D9B5D is Cyan = 0.71, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.

Color convert

RGB 45 155 93 -
CMYK 0.71 0 0.4 0.39
HSL 146.18º 0.55% 0.39% -
HSV(B) 146.18º 0.71% 0.61% -
XYZ 14.78 24.79 14.36 -
YUV 115.04 115.56 78.04 -
System Red Green Blue C M Y K H S L
Decimal 45 155 93 0.71 0 0.4 0.39 146.18 0.55 0.39
Hex 2D 9B 5D 47 0 28 27 92 37 27
Octal 55 233 135 107 0 50 47 222 67 47
Binary 101101 10011011 1011101 1000111 0 101000 100111 10010010 110111 100111

Color Harmonies of #2D9B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D9B5D

Black with #2D9B5D

Text Example


Text Example

White with #2D9B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,155,93); }

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

background-color css

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

 a { background-color: rgb(45,155,93); }

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

border-color css

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

 span { border-color: rgb(45,155,93); }

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