Html Css Color HEX #2BAB5D Eucalyptus

📋 copy color: '#2BAB5D'

red 43 ◦ green 171 ◦ blue 93

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

Shades of Eucalyptus #2BAB5D

Tints of Eucalyptus #2BAB5D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 93 (36.72% from 255) = 30.29%

R = 14.01%
G = 55.7%
B = 30.29%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.46

 K value IS 0.33

RGB Variations

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

Color information

#2BAB5D (or 0x2BAB5D) is known color: Eucalyptus. HEX triplet: 2B, AB and 5D. RGB value is (43,171,93). Sum of RGB (Red+Green+Blue) = 43+171+93=307 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.01% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #2BAB5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAB5D is #D454A2. Grayscale: #7C7C7C. Windows color (decimal): -13915299 or 6138667. OLE color: 6138667.

HSL color Cylindrical-coordinate representation of color #2BAB5D: hue angle of 143.44º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2BAB5D is Cyan = 0.75, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 171 93 -
CMYK 0.75 0 0.46 0.33
HSL 143.44º 0.6% 0.42% -
HSV(B) 143.44º 0.75% 0.67% -
XYZ 17.53 30.43 15.31 -
YUV 123.84 110.59 70.34 -
System Red Green Blue C M Y K H S L
Decimal 43 171 93 0.75 0 0.46 0.33 143.44 0.6 0.42
Hex 2B AB 5D 4B 0 2E 21 8F 3C 2A
Octal 53 253 135 113 0 56 41 217 74 52
Binary 101011 10101011 1011101 1001011 0 101110 100001 10001111 111100 101010

Color Harmonies of #2BAB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAB5D

Black with #2BAB5D

Text Example


Text Example

White with #2BAB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,171,93); }

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

background-color css

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

 a { background-color: rgb(43,171,93); }

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

border-color css

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

 span { border-color: rgb(43,171,93); }

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