Html Css Color HEX #2B955B Eucalyptus

📋 copy color: '#2B955B'

red 43 ◦ green 149 ◦ blue 91

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

Shades of Eucalyptus #2B955B

Tints of Eucalyptus #2B955B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 52.65%

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 15.19%
G = 52.65%
B = 32.16%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.42

RGB Variations

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

Color information

#2B955B (or 0x2B955B) is known color: Eucalyptus. HEX triplet: 2B, 95 and 5B. RGB value is (43,149,91). Sum of RGB (Red+Green+Blue) = 43+149+91=283 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.19% from 283); Green value is 149 (58.59% from 255 or 52.65% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 149 - color contains mainly: green. Hex color #2B955B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B955B is #D46AA4. Grayscale: #6E6E6E. Windows color (decimal): -13920933 or 6001963. OLE color: 6001963.

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

Color convert

RGB 43 149 91 -
CMYK 0.71 0 0.39 0.42
HSL 147.17º 0.55% 0.38% -
HSV(B) 147.17º 0.71% 0.58% -
XYZ 13.63 22.76 13.57 -
YUV 110.69 116.88 79.72 -
System Red Green Blue C M Y K H S L
Decimal 43 149 91 0.71 0 0.39 0.42 147.17 0.55 0.38
Hex 2B 95 5B 47 0 27 2A 93 37 26
Octal 53 225 133 107 0 47 52 223 67 46
Binary 101011 10010101 1011011 1000111 0 100111 101010 10010011 110111 100110

Color Harmonies of #2B955B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B955B

Black with #2B955B

Text Example


Text Example

White with #2B955B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,149,91); }

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

background-color css

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

 a { background-color: rgb(43,149,91); }

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

border-color css

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

 span { border-color: rgb(43,149,91); }

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