Html Css Color HEX #2BAC63 Eucalyptus

📋 copy color: '#2BAC63'

red 43 ◦ green 172 ◦ blue 99

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

Shades of Eucalyptus #2BAC63

Tints of Eucalyptus #2BAC63

RGB

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

 GREEN value IS 172 (67.58% from 255) = 54.78%

 BLUE value IS 99 (39.06% from 255) = 31.53%

R = 13.69%
G = 54.78%
B = 31.53%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#2BAC63 (or 0x2BAC63) is known color: Eucalyptus. HEX triplet: 2B, AC and 63. RGB value is (43,172,99). Sum of RGB (Red+Green+Blue) = 43+172+99=314 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.69% from 314); Green value is 172 (67.58% from 255 or 54.78% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 172 - color contains mainly: green. Hex color #2BAC63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2BAC63 is #D4539C. Grayscale: #7D7D7D. Windows color (decimal): -13915037 or 6532139. OLE color: 6532139.

HSL color Cylindrical-coordinate representation of color #2BAC63: hue angle of 146.05º 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 #2BAC63 is Cyan = 0.75, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB 43 172 99 -
CMYK 0.75 0 0.42 0.33
HSL 146.05º 0.6% 0.42% -
HSV(B) 146.05º 0.75% 0.67% -
XYZ 18 30.92 16.82 -
YUV 125.11 113.26 69.44 -
System Red Green Blue C M Y K H S L
Decimal 43 172 99 0.75 0 0.42 0.33 146.05 0.6 0.42
Hex 2B AC 63 4B 0 2A 21 92 3C 2A
Octal 53 254 143 113 0 52 41 222 74 52
Binary 101011 10101100 1100011 1001011 0 101010 100001 10010010 111100 101010

Color Harmonies of #2BAC63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2BAC63

Black with #2BAC63

Text Example


Text Example

White with #2BAC63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,172,99); }

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

background-color css

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

 a { background-color: rgb(43,172,99); }

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

border-color css

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

 span { border-color: rgb(43,172,99); }

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