Html Css Color HEX #2B9C60 Eucalyptus

📋 copy color: '#2B9C60'

red 43 ◦ green 156 ◦ blue 96

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

Shades of Eucalyptus #2B9C60

Tints of Eucalyptus #2B9C60

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52.88%

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

R = 14.58%
G = 52.88%
B = 32.54%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.39

RGB Variations

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

Color information

#2B9C60 (or 0x2B9C60) is known color: Eucalyptus. HEX triplet: 2B, 9C and 60. RGB value is (43,156,96). Sum of RGB (Red+Green+Blue) = 43+156+96=295 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.58% from 295); Green value is 156 (61.33% from 255 or 52.88% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 156 - color contains mainly: green. Hex color #2B9C60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9C60 is #D4639F. Grayscale: #737373. Windows color (decimal): -13919136 or 6331435. OLE color: 6331435.

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

Color convert

RGB 43 156 96 -
CMYK 0.72 0 0.38 0.39
HSL 148.14º 0.57% 0.39% -
HSV(B) 148.14º 0.72% 0.61% -
XYZ 15 25.14 15.13 -
YUV 115.37 117.06 76.38 -
System Red Green Blue C M Y K H S L
Decimal 43 156 96 0.72 0 0.38 0.39 148.14 0.57 0.39
Hex 2B 9C 60 48 0 26 27 94 39 27
Octal 53 234 140 110 0 46 47 224 71 47
Binary 101011 10011100 1100000 1001000 0 100110 100111 10010100 111001 100111

Color Harmonies of #2B9C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9C60

Black with #2B9C60

Text Example


Text Example

White with #2B9C60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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