Html Css Color HEX #2B966C Eucalyptus

📋 copy color: '#2B966C'

red 43 ◦ green 150 ◦ blue 108

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

Shades of Eucalyptus #2B966C

Tints of Eucalyptus #2B966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.83%

 BLUE value IS 108 (42.58% from 255) = 35.88%

R = 14.29%
G = 49.83%
B = 35.88%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#2B966C (or 0x2B966C) is known color: Eucalyptus. HEX triplet: 2B, 96 and 6C. RGB value is (43,150,108). Sum of RGB (Red+Green+Blue) = 43+150+108=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 150 (58.98% from 255 or 49.83% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 150 - color contains mainly: green. Hex color #2B966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B966C is #D46993. Grayscale: #717171. Windows color (decimal): -13920660 or 7116331. OLE color: 7116331.

HSL color Cylindrical-coordinate representation of color #2B966C: hue angle of 156.45º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B966C is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 150 108 -
CMYK 0.71 0 0.28 0.41
HSL 156.45º 0.55% 0.38% -
HSV(B) 156.45º 0.71% 0.59% -
XYZ 14.61 23.41 17.94 -
YUV 113.22 125.05 77.92 -
System Red Green Blue C M Y K H S L
Decimal 43 150 108 0.71 0 0.28 0.41 156.45 0.55 0.38
Hex 2B 96 6C 47 0 1C 29 9C 37 26
Octal 53 226 154 107 0 34 51 234 67 46
Binary 101011 10010110 1101100 1000111 0 11100 101001 10011100 110111 100110

Color Harmonies of #2B966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B966C

Black with #2B966C

Text Example


Text Example

White with #2B966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,150,108); }

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

background-color css

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

 a { background-color: rgb(43,150,108); }

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

border-color css

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

 span { border-color: rgb(43,150,108); }

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