Html Css Color HEX #2B9665 Eucalyptus

📋 copy color: '#2B9665'

red 43 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #2B9665

Tints of Eucalyptus #2B9665

RGB

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

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

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

R = 14.63%
G = 51.02%
B = 34.35%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#2B9665 (or 0x2B9665) is known color: Eucalyptus. HEX triplet: 2B, 96 and 65. RGB value is (43,150,101). Sum of RGB (Red+Green+Blue) = 43+150+101=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 150 (58.98% from 255 or 51.02% from 294); Blue value is 101 (39.84% from 255 or 34.35% from 294); Max value from RGB is 150 - color contains mainly: green. Hex color #2B9665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9665 is #D4699A. Grayscale: #707070. Windows color (decimal): -13920667 or 6657579. OLE color: 6657579.

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

Color convert

RGB 43 150 101 -
CMYK 0.71 0 0.33 0.41
HSL 152.52º 0.55% 0.38% -
HSV(B) 152.52º 0.71% 0.59% -
XYZ 14.25 23.27 16.05 -
YUV 112.42 121.55 78.48 -
System Red Green Blue C M Y K H S L
Decimal 43 150 101 0.71 0 0.33 0.41 152.52 0.55 0.38
Hex 2B 96 65 47 0 21 29 99 37 26
Octal 53 226 145 107 0 41 51 231 67 46
Binary 101011 10010110 1100101 1000111 0 100001 101001 10011001 110111 100110

Color Harmonies of #2B9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9665

Black with #2B9665

Text Example


Text Example

White with #2B9665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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