Html Css Color HEX #2B8F63 Eucalyptus

📋 copy color: '#2B8F63'

red 43 ◦ green 143 ◦ blue 99

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

Shades of Eucalyptus #2B8F63

Tints of Eucalyptus #2B8F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 50.18%

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

R = 15.09%
G = 50.18%
B = 34.74%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#2B8F63 (or 0x2B8F63) is known color: Eucalyptus. HEX triplet: 2B, 8F and 63. RGB value is (43,143,99). Sum of RGB (Red+Green+Blue) = 43+143+99=285 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.09% from 285); Green value is 143 (56.25% from 255 or 50.18% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 143 - color contains mainly: green. Hex color #2B8F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8F63 is #D4709C. Grayscale: #6C6C6C. Windows color (decimal): -13922461 or 6524715. OLE color: 6524715.

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

Color convert

RGB 43 143 99 -
CMYK 0.70 0 0.31 0.44
HSL 153.6º 0.54% 0.36% -
HSV(B) 153.6º 0.7% 0.56% -
XYZ 13.07 21.06 15.18 -
YUV 108.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 43 143 99 0.70 0 0.31 0.44 153.6 0.54 0.36
Hex 2B 8F 63 46 0 1F 2C 9A 36 24
Octal 53 217 143 106 0 37 54 232 66 44
Binary 101011 10001111 1100011 1000110 0 11111 101100 10011010 110110 100100

Color Harmonies of #2B8F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8F63

Black with #2B8F63

Text Example


Text Example

White with #2B8F63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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