Html Css Color HEX #2B9461 Eucalyptus

📋 copy color: '#2B9461'

red 43 ◦ green 148 ◦ blue 97

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

Shades of Eucalyptus #2B9461

Tints of Eucalyptus #2B9461

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

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

R = 14.93%
G = 51.39%
B = 33.68%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#2B9461 (or 0x2B9461) is known color: Eucalyptus. HEX triplet: 2B, 94 and 61. RGB value is (43,148,97). Sum of RGB (Red+Green+Blue) = 43+148+97=288 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.93% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #2B9461 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9461 is #D46B9E. Grayscale: #6E6E6E. Windows color (decimal): -13921183 or 6394923. OLE color: 6394923.

HSL color Cylindrical-coordinate representation of color #2B9461: hue angle of 150.86º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9461 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 148 97 -
CMYK 0.71 0 0.34 0.42
HSL 150.86º 0.55% 0.37% -
HSV(B) 150.86º 0.71% 0.58% -
XYZ 13.74 22.56 14.94 -
YUV 110.79 120.21 79.65 -
System Red Green Blue C M Y K H S L
Decimal 43 148 97 0.71 0 0.34 0.42 150.86 0.55 0.37
Hex 2B 94 61 47 0 22 2A 97 37 25
Octal 53 224 141 107 0 42 52 227 67 45
Binary 101011 10010100 1100001 1000111 0 100010 101010 10010111 110111 100101

Color Harmonies of #2B9461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9461

Black with #2B9461

Text Example


Text Example

White with #2B9461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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