Html Css Color HEX #2B995F Eucalyptus

📋 copy color: '#2B995F'

red 43 ◦ green 153 ◦ blue 95

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

Shades of Eucalyptus #2B995F

Tints of Eucalyptus #2B995F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.65%

R = 14.78%
G = 52.58%
B = 32.65%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.38

 K value IS 0.4

RGB Variations

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

Color information

#2B995F (or 0x2B995F) is known color: Eucalyptus. HEX triplet: 2B, 99 and 5F. RGB value is (43,153,95). Sum of RGB (Red+Green+Blue) = 43+153+95=291 (38% of max value = 765). Red value is 43 (17.19% from 255 or 14.78% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #2B995F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B995F is #D466A0. Grayscale: #717171. Windows color (decimal): -13919905 or 6265131. OLE color: 6265131.

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

Color convert

RGB 43 153 95 -
CMYK 0.72 0 0.38 0.4
HSL 148.36º 0.56% 0.38% -
HSV(B) 148.36º 0.72% 0.6% -
XYZ 14.45 24.12 14.72 -
YUV 113.5 117.56 77.72 -
System Red Green Blue C M Y K H S L
Decimal 43 153 95 0.72 0 0.38 0.4 148.36 0.56 0.38
Hex 2B 99 5F 48 0 26 28 94 38 26
Octal 53 231 137 110 0 46 50 224 70 46
Binary 101011 10011001 1011111 1001000 0 100110 101000 10010100 111000 100110

Color Harmonies of #2B995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B995F

Black with #2B995F

Text Example


Text Example

White with #2B995F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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