Html Css Color HEX #2B9D54 Eucalyptus

📋 copy color: '#2B9D54'

red 43 ◦ green 157 ◦ blue 84

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

Shades of Eucalyptus #2B9D54

Tints of Eucalyptus #2B9D54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.58%

R = 15.14%
G = 55.28%
B = 29.58%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.38

RGB Variations

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

Color information

#2B9D54 (or 0x2B9D54) is known color: Eucalyptus. HEX triplet: 2B, 9D and 54. RGB value is (43,157,84). Sum of RGB (Red+Green+Blue) = 43+157+84=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 157 (61.72% from 255 or 55.28% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 157 - color contains mainly: green. Hex color #2B9D54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9D54 is #D462AB. Grayscale: #727272. Windows color (decimal): -13918892 or 5545259. OLE color: 5545259.

HSL color Cylindrical-coordinate representation of color #2B9D54: hue angle of 141.58º 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 #2B9D54 is Cyan = 0.73, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 157 84 -
CMYK 0.73 0 0.46 0.38
HSL 141.58º 0.57% 0.39% -
HSV(B) 141.58º 0.73% 0.62% -
XYZ 14.65 25.27 12.49 -
YUV 114.59 110.73 76.94 -
System Red Green Blue C M Y K H S L
Decimal 43 157 84 0.73 0 0.46 0.38 141.58 0.57 0.39
Hex 2B 9D 54 49 0 2E 26 8E 39 27
Octal 53 235 124 111 0 56 46 216 71 47
Binary 101011 10011101 1010100 1001001 0 101110 100110 10001110 111001 100111

Color Harmonies of #2B9D54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9D54

Black with #2B9D54

Text Example


Text Example

White with #2B9D54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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