Html Css Color HEX #2B9969 Eucalyptus

📋 copy color: '#2B9969'

red 43 ◦ green 153 ◦ blue 105

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

Shades of Eucalyptus #2B9969

Tints of Eucalyptus #2B9969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 50.83%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 14.29%
G = 50.83%
B = 34.88%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#2B9969 (or 0x2B9969) is known color: Eucalyptus. HEX triplet: 2B, 99 and 69. RGB value is (43,153,105). Sum of RGB (Red+Green+Blue) = 43+153+105=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #2B9969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9969 is #D46696. Grayscale: #727272. Windows color (decimal): -13919895 or 6920491. OLE color: 6920491.

HSL color Cylindrical-coordinate representation of color #2B9969: hue angle of 153.82º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2B9969 is Cyan = 0.72, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 43 153 105 -
CMYK 0.72 0 0.31 0.4
HSL 153.82º 0.56% 0.38% -
HSV(B) 153.82º 0.72% 0.6% -
XYZ 14.94 24.32 17.27 -
YUV 114.64 122.56 76.9 -
System Red Green Blue C M Y K H S L
Decimal 43 153 105 0.72 0 0.31 0.4 153.82 0.56 0.38
Hex 2B 99 69 48 0 1F 28 9A 38 26
Octal 53 231 151 110 0 37 50 232 70 46
Binary 101011 10011001 1101001 1001000 0 11111 101000 10011010 111000 100110

Color Harmonies of #2B9969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9969

Black with #2B9969

Text Example


Text Example

White with #2B9969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,105); }

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

background-color css

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

 a { background-color: rgb(43,153,105); }

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

border-color css

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

 span { border-color: rgb(43,153,105); }

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