Html Css Color HEX #2B9F5F Eucalyptus

📋 copy color: '#2B9F5F'

red 43 ◦ green 159 ◦ blue 95

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

Shades of Eucalyptus #2B9F5F

Tints of Eucalyptus #2B9F5F

RGB

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

 GREEN value IS 159 (62.5% from 255) = 53.54%

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

R = 14.48%
G = 53.54%
B = 31.99%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.40

 K value IS 0.38

RGB Variations

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

Color information

#2B9F5F (or 0x2B9F5F) is known color: Eucalyptus. HEX triplet: 2B, 9F and 5F. RGB value is (43,159,95). Sum of RGB (Red+Green+Blue) = 43+159+95=297 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.48% from 297); Green value is 159 (62.5% from 255 or 53.54% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 159 - color contains mainly: green. Hex color #2B9F5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2B9F5F is #D460A0. Grayscale: #757575. Windows color (decimal): -13918369 or 6266667. OLE color: 6266667.

HSL color Cylindrical-coordinate representation of color #2B9F5F: hue angle of 146.9º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2B9F5F is Cyan = 0.73, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 159 95 -
CMYK 0.73 0 0.40 0.38
HSL 146.9º 0.57% 0.4% -
HSV(B) 146.9º 0.73% 0.62% -
XYZ 15.46 26.14 15.06 -
YUV 117.02 115.57 75.2 -
System Red Green Blue C M Y K H S L
Decimal 43 159 95 0.73 0 0.40 0.38 146.9 0.57 0.4
Hex 2B 9F 5F 49 0 28 26 93 39 28
Octal 53 237 137 111 0 50 46 223 71 50
Binary 101011 10011111 1011111 1001001 0 101000 100110 10010011 111001 101000

Color Harmonies of #2B9F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B9F5F

Black with #2B9F5F

Text Example


Text Example

White with #2B9F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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