Html Css Color HEX #2B8C65 Eucalyptus

📋 copy color: '#2B8C65'

red 43 ◦ green 140 ◦ blue 101

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

Shades of Eucalyptus #2B8C65

Tints of Eucalyptus #2B8C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 49.3%

 BLUE value IS 101 (39.84% from 255) = 35.56%

R = 15.14%
G = 49.3%
B = 35.56%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#2B8C65 (or 0x2B8C65) is known color: Eucalyptus. HEX triplet: 2B, 8C and 65. RGB value is (43,140,101). Sum of RGB (Red+Green+Blue) = 43+140+101=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 140 (55.08% from 255 or 49.30% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 140 - color contains mainly: green. Hex color #2B8C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B8C65 is #D4739A. Grayscale: #6A6A6A. Windows color (decimal): -13923227 or 6655019. OLE color: 6655019.

HSL color Cylindrical-coordinate representation of color #2B8C65: hue angle of 155.88º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2B8C65 is Cyan = 0.69, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 43 140 101 -
CMYK 0.69 0 0.28 0.45
HSL 155.88º 0.53% 0.36% -
HSV(B) 155.88º 0.69% 0.55% -
XYZ 12.72 20.21 15.54 -
YUV 106.55 124.86 82.67 -
System Red Green Blue C M Y K H S L
Decimal 43 140 101 0.69 0 0.28 0.45 155.88 0.53 0.36
Hex 2B 8C 65 45 0 1C 2D 9C 35 24
Octal 53 214 145 105 0 34 55 234 65 44
Binary 101011 10001100 1100101 1000101 0 11100 101101 10011100 110101 100100

Color Harmonies of #2B8C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B8C65

Black with #2B8C65

Text Example


Text Example

White with #2B8C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,140,101); }

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

background-color css

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

 a { background-color: rgb(43,140,101); }

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

border-color css

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

 span { border-color: rgb(43,140,101); }

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