Html Css Color HEX #2B9D60 Eucalyptus

📋 copy color: '#2B9D60'

red 43 ◦ green 157 ◦ blue 96

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

Shades of Eucalyptus #2B9D60

Tints of Eucalyptus #2B9D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 53.04%

 BLUE value IS 96 (37.89% from 255) = 32.43%

R = 14.53%
G = 53.04%
B = 32.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.39

 K value IS 0.38

RGB Variations

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

Color information

#2B9D60 (or 0x2B9D60) is known color: Eucalyptus. HEX triplet: 2B, 9D and 60. RGB value is (43,157,96). Sum of RGB (Red+Green+Blue) = 43+157+96=296 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.53% from 296); Green value is 157 (61.72% from 255 or 53.04% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D60 is #D4629F. Grayscale: #747474. Windows color (decimal): -13918880 or 6331691. OLE color: 6331691.

HSL color Cylindrical-coordinate representation of color #2B9D60: hue angle of 147.89º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9D60 is Cyan = 0.73, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 157 96 -
CMYK 0.73 0 0.39 0.38
HSL 147.89º 0.57% 0.39% -
HSV(B) 147.89º 0.73% 0.62% -
XYZ 15.16 25.47 15.18 -
YUV 115.96 116.73 75.96 -
System Red Green Blue C M Y K H S L
Decimal 43 157 96 0.73 0 0.39 0.38 147.89 0.57 0.39
Hex 2B 9D 60 49 0 27 26 94 39 27
Octal 53 235 140 111 0 47 46 224 71 47
Binary 101011 10011101 1100000 1001001 0 100111 100110 10010100 111001 100111

Color Harmonies of #2B9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D60

Black with #2B9D60

Text Example


Text Example

White with #2B9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,157,96); }

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

background-color css

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

 a { background-color: rgb(43,157,96); }

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

border-color css

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

 span { border-color: rgb(43,157,96); }

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