Html Css Color HEX #2F9B6E Eucalyptus

📋 copy color: '#2F9B6E'

red 47 ◦ green 155 ◦ blue 110

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

Shades of Eucalyptus #2F9B6E

Tints of Eucalyptus #2F9B6E

RGB

 RED value IS 47 (18.75% from 255) = 15.06%

 GREEN value IS 155 (60.94% from 255) = 49.68%

 BLUE value IS 110 (43.36% from 255) = 35.26%

R = 15.06%
G = 49.68%
B = 35.26%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#2F9B6E (or 0x2F9B6E) is known color: Eucalyptus. HEX triplet: 2F, 9B and 6E. RGB value is (47,155,110). Sum of RGB (Red+Green+Blue) = 47+155+110=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 155 (60.94% from 255 or 49.68% from 312); Blue value is 110 (43.36% from 255 or 35.26% from 312); Max value from RGB is 155 - color contains mainly: green. Hex color #2F9B6E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2F9B6E is #D06491. Grayscale: #757575. Windows color (decimal): -13657234 or 7248687. OLE color: 7248687.

HSL color Cylindrical-coordinate representation of color #2F9B6E: hue angle of 155º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2F9B6E is Cyan = 0.70, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB 47 155 110 -
CMYK 0.70 0 0.29 0.39
HSL 155º 0.53% 0.4% -
HSV(B) 155º 0.7% 0.61% -
XYZ 15.71 25.17 18.78 -
YUV 117.58 123.72 77.66 -
System Red Green Blue C M Y K H S L
Decimal 47 155 110 0.70 0 0.29 0.39 155 0.53 0.4
Hex 2F 9B 6E 46 0 1D 27 9B 35 28
Octal 57 233 156 106 0 35 47 233 65 50
Binary 101111 10011011 1101110 1000110 0 11101 100111 10011011 110101 101000

Color Harmonies of #2F9B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9B6E

Black with #2F9B6E

Text Example


Text Example

White with #2F9B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,155,110); }

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

background-color css

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

 a { background-color: rgb(47,155,110); }

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

border-color css

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

 span { border-color: rgb(47,155,110); }

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