Html Css Color HEX #2B965B Eucalyptus

📋 copy color: '#2B965B'

red 43 ◦ green 150 ◦ blue 91

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

Shades of Eucalyptus #2B965B

Tints of Eucalyptus #2B965B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 52.82%

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

R = 15.14%
G = 52.82%
B = 32.04%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.39

 K value IS 0.41

RGB Variations

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

Color information

#2B965B (or 0x2B965B) is known color: Eucalyptus. HEX triplet: 2B, 96 and 5B. RGB value is (43,150,91). Sum of RGB (Red+Green+Blue) = 43+150+91=284 (37% of max value = 765). Red value is 43 (17.19% from 255 or 15.14% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #2B965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B965B is #D469A4. Grayscale: #6F6F6F. Windows color (decimal): -13920677 or 6002219. OLE color: 6002219.

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

Color convert

RGB 43 150 91 -
CMYK 0.71 0 0.39 0.41
HSL 146.92º 0.55% 0.38% -
HSV(B) 146.92º 0.71% 0.59% -
XYZ 13.79 23.08 13.63 -
YUV 111.28 116.55 79.3 -
System Red Green Blue C M Y K H S L
Decimal 43 150 91 0.71 0 0.39 0.41 146.92 0.55 0.38
Hex 2B 96 5B 47 0 27 29 93 37 26
Octal 53 226 133 107 0 47 51 223 67 46
Binary 101011 10010110 1011011 1000111 0 100111 101001 10010011 110111 100110

Color Harmonies of #2B965B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B965B

Black with #2B965B

Text Example


Text Example

White with #2B965B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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