Html Css Color HEX #2B9363 Eucalyptus

📋 copy color: '#2B9363'

red 43 ◦ green 147 ◦ blue 99

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

Shades of Eucalyptus #2B9363

Tints of Eucalyptus #2B9363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 34.26%

R = 14.88%
G = 50.87%
B = 34.26%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#2B9363 (or 0x2B9363) is known color: Eucalyptus. HEX triplet: 2B, 93 and 63. RGB value is (43,147,99). Sum of RGB (Red+Green+Blue) = 43+147+99=289 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.88% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #2B9363 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9363 is #D46C9C. Grayscale: #6E6E6E. Windows color (decimal): -13921437 or 6525739. OLE color: 6525739.

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

Color convert

RGB 43 147 99 -
CMYK 0.71 0 0.33 0.42
HSL 152.31º 0.55% 0.37% -
HSV(B) 152.31º 0.71% 0.58% -
XYZ 13.68 22.28 15.38 -
YUV 110.43 121.54 79.9 -
System Red Green Blue C M Y K H S L
Decimal 43 147 99 0.71 0 0.33 0.42 152.31 0.55 0.37
Hex 2B 93 63 47 0 21 2A 98 37 25
Octal 53 223 143 107 0 41 52 230 67 45
Binary 101011 10010011 1100011 1000111 0 100001 101010 10011000 110111 100101

Color Harmonies of #2B9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9363

Black with #2B9363

Text Example


Text Example

White with #2B9363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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