Html Css Color HEX #2B9364 Eucalyptus

📋 copy color: '#2B9364'

red 43 ◦ green 147 ◦ blue 100

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

Shades of Eucalyptus #2B9364

Tints of Eucalyptus #2B9364

RGB

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

 GREEN value IS 147 (57.81% from 255) = 50.69%

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

R = 14.83%
G = 50.69%
B = 34.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#2B9364 (or 0x2B9364) is known color: Eucalyptus. HEX triplet: 2B, 93 and 64. RGB value is (43,147,100). Sum of RGB (Red+Green+Blue) = 43+147+100=290 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.83% from 290); Green value is 147 (57.81% from 255 or 50.69% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9364 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9364 is #D46C9B. Grayscale: #6E6E6E. Windows color (decimal): -13921436 or 6591275. OLE color: 6591275.

HSL color Cylindrical-coordinate representation of color #2B9364: hue angle of 152.88º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2B9364 is Cyan = 0.71, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 43 147 100 -
CMYK 0.71 0 0.32 0.42
HSL 152.88º 0.55% 0.37% -
HSV(B) 152.88º 0.71% 0.58% -
XYZ 13.73 22.3 15.64 -
YUV 110.55 122.04 79.82 -
System Red Green Blue C M Y K H S L
Decimal 43 147 100 0.71 0 0.32 0.42 152.88 0.55 0.37
Hex 2B 93 64 47 0 20 2A 99 37 25
Octal 53 223 144 107 0 40 52 231 67 45
Binary 101011 10010011 1100100 1000111 0 100000 101010 10011001 110111 100101

Color Harmonies of #2B9364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9364

Black with #2B9364

Text Example


Text Example

White with #2B9364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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