Html Css Color HEX #2B995A Eucalyptus

📋 copy color: '#2B995A'

red 43 ◦ green 153 ◦ blue 90

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

Shades of Eucalyptus #2B995A

Tints of Eucalyptus #2B995A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.5%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 15.03%
G = 53.5%
B = 31.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.41

 K value IS 0.4

RGB Variations

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

Color information

#2B995A (or 0x2B995A) is known color: Eucalyptus. HEX triplet: 2B, 99 and 5A. RGB value is (43,153,90). Sum of RGB (Red+Green+Blue) = 43+153+90=286 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.03% from 286); Green value is 153 (60.16% from 255 or 53.50% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 153 - color contains mainly: green. Hex color #2B995A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B995A is #D466A5. Grayscale: #717171. Windows color (decimal): -13919910 or 5937451. OLE color: 5937451.

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

Color convert

RGB 43 153 90 -
CMYK 0.72 0 0.41 0.4
HSL 145.64º 0.56% 0.38% -
HSV(B) 145.64º 0.72% 0.6% -
XYZ 14.23 24.03 13.56 -
YUV 112.93 115.06 78.12 -
System Red Green Blue C M Y K H S L
Decimal 43 153 90 0.72 0 0.41 0.4 145.64 0.56 0.38
Hex 2B 99 5A 48 0 29 28 92 38 26
Octal 53 231 132 110 0 51 50 222 70 46
Binary 101011 10011001 1011010 1001000 0 101001 101000 10010010 111000 100110

Color Harmonies of #2B995A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B995A

Black with #2B995A

Text Example


Text Example

White with #2B995A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,153,90); }

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

background-color css

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

 a { background-color: rgb(43,153,90); }

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

border-color css

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

 span { border-color: rgb(43,153,90); }

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