Html Css Color HEX #2B9764 Eucalyptus

📋 copy color: '#2B9764'

red 43 ◦ green 151 ◦ blue 100

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

Shades of Eucalyptus #2B9764

Tints of Eucalyptus #2B9764

RGB

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

 GREEN value IS 151 (59.38% from 255) = 51.36%

 BLUE value IS 100 (39.45% from 255) = 34.01%

R = 14.63%
G = 51.36%
B = 34.01%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#2B9764 (or 0x2B9764) is known color: Eucalyptus. HEX triplet: 2B, 97 and 64. RGB value is (43,151,100). Sum of RGB (Red+Green+Blue) = 43+151+100=294 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.63% from 294); Green value is 151 (59.38% from 255 or 51.36% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 151 - color contains mainly: green. Hex color #2B9764 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9764 is #D4689B. Grayscale: #707070. Windows color (decimal): -13920412 or 6592299. OLE color: 6592299.

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

Color convert

RGB 43 151 100 -
CMYK 0.72 0 0.34 0.41
HSL 151.67º 0.56% 0.38% -
HSV(B) 151.67º 0.72% 0.59% -
XYZ 14.36 23.57 15.85 -
YUV 112.89 120.72 78.15 -
System Red Green Blue C M Y K H S L
Decimal 43 151 100 0.72 0 0.34 0.41 151.67 0.56 0.38
Hex 2B 97 64 48 0 22 29 98 38 26
Octal 53 227 144 110 0 42 51 230 70 46
Binary 101011 10010111 1100100 1001000 0 100010 101001 10011000 111000 100110

Color Harmonies of #2B9764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9764

Black with #2B9764

Text Example


Text Example

White with #2B9764

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,151,100); }

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

background-color css

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

 a { background-color: rgb(43,151,100); }

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

border-color css

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

 span { border-color: rgb(43,151,100); }

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