Html Css Color HEX #2B975A Eucalyptus

📋 copy color: '#2B975A'

red 43 ◦ green 151 ◦ blue 90

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

Shades of Eucalyptus #2B975A

Tints of Eucalyptus #2B975A

RGB

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

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

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

R = 15.14%
G = 53.17%
B = 31.69%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.41

RGB Variations

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

Color information

#2B975A (or 0x2B975A) is known color: Eucalyptus. HEX triplet: 2B, 97 and 5A. RGB value is (43,151,90). Sum of RGB (Red+Green+Blue) = 43+151+90=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 151 (59.38% from 255 or 53.17% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 151 - color contains mainly: green. Hex color #2B975A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B975A is #D468A5. Grayscale: #6F6F6F. Windows color (decimal): -13920422 or 5936939. OLE color: 5936939.

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

Color convert

RGB 43 151 90 -
CMYK 0.72 0 0.40 0.41
HSL 146.11º 0.56% 0.38% -
HSV(B) 146.11º 0.72% 0.59% -
XYZ 13.91 23.39 13.45 -
YUV 111.75 115.72 78.96 -
System Red Green Blue C M Y K H S L
Decimal 43 151 90 0.72 0 0.40 0.41 146.11 0.56 0.38
Hex 2B 97 5A 48 0 28 29 92 38 26
Octal 53 227 132 110 0 50 51 222 70 46
Binary 101011 10010111 1011010 1001000 0 101000 101001 10010010 111000 100110

Color Harmonies of #2B975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B975A

Black with #2B975A

Text Example


Text Example

White with #2B975A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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