Html Css Color HEX #2B9061 Eucalyptus

📋 copy color: '#2B9061'

red 43 ◦ green 144 ◦ blue 97

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

Shades of Eucalyptus #2B9061

Tints of Eucalyptus #2B9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 50.7%

 BLUE value IS 97 (38.28% from 255) = 34.15%

R = 15.14%
G = 50.7%
B = 34.15%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.33

 K value IS 0.44

RGB Variations

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

Color information

#2B9061 (or 0x2B9061) is known color: Eucalyptus. HEX triplet: 2B, 90 and 61. RGB value is (43,144,97). Sum of RGB (Red+Green+Blue) = 43+144+97=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 144 (56.64% from 255 or 50.70% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 144 - color contains mainly: green. Hex color #2B9061 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9061 is #D46F9E. Grayscale: #6C6C6C. Windows color (decimal): -13922207 or 6393899. OLE color: 6393899.

HSL color Cylindrical-coordinate representation of color #2B9061: hue angle of 152.08º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2B9061 is Cyan = 0.70, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.44.

Color convert

RGB 43 144 97 -
CMYK 0.70 0 0.33 0.44
HSL 152.08º 0.54% 0.37% -
HSV(B) 152.08º 0.7% 0.56% -
XYZ 13.13 21.32 14.73 -
YUV 108.44 121.54 81.32 -
System Red Green Blue C M Y K H S L
Decimal 43 144 97 0.70 0 0.33 0.44 152.08 0.54 0.37
Hex 2B 90 61 46 0 21 2C 98 36 25
Octal 53 220 141 106 0 41 54 230 66 45
Binary 101011 10010000 1100001 1000110 0 100001 101100 10011000 110110 100101

Color Harmonies of #2B9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9061

Black with #2B9061

Text Example


Text Example

White with #2B9061

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,144,97); }

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

background-color css

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

 a { background-color: rgb(43,144,97); }

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

border-color css

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

 span { border-color: rgb(43,144,97); }

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