Html Css Color HEX #2B995D Eucalyptus

📋 copy color: '#2B995D'

red 43 ◦ green 153 ◦ blue 93

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

Shades of Eucalyptus #2B995D

Tints of Eucalyptus #2B995D

RGB

 RED value IS 43 (17.19% from 255) = 14.88%

 GREEN value IS 153 (60.16% from 255) = 52.94%

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

R = 14.88%
G = 52.94%
B = 32.18%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.39

 K value IS 0.4

RGB Variations

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

Color information

#2B995D (or 0x2B995D) is known color: Eucalyptus. HEX triplet: 2B, 99 and 5D. RGB value is (43,153,93). Sum of RGB (Red+Green+Blue) = 43+153+93=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #2B995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B995D is #D466A2. Grayscale: #717171. Windows color (decimal): -13919907 or 6134059. OLE color: 6134059.

HSL color Cylindrical-coordinate representation of color #2B995D: hue angle of 147.27º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B995D is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 93 -
CMYK 0.72 0 0.39 0.4
HSL 147.27º 0.56% 0.38% -
HSV(B) 147.27º 0.72% 0.6% -
XYZ 14.36 24.09 14.25 -
YUV 113.27 116.56 77.88 -
System Red Green Blue C M Y K H S L
Decimal 43 153 93 0.72 0 0.39 0.4 147.27 0.56 0.38
Hex 2B 99 5D 48 0 27 28 93 38 26
Octal 53 231 135 110 0 47 50 223 70 46
Binary 101011 10011001 1011101 1001000 0 100111 101000 10010011 111000 100110

Color Harmonies of #2B995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B995D

Black with #2B995D

Text Example


Text Example

White with #2B995D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,93); }

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

background-color css

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

 a { background-color: rgb(43,153,93); }

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

border-color css

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

 span { border-color: rgb(43,153,93); }

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