Html Css Color HEX #2F6B5B Eden

📋 copy color: '#2F6B5B'

red 47 ◦ green 107 ◦ blue 91

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

Shades of Eden #2F6B5B

Tints of Eden #2F6B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 43.67%

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

R = 19.18%
G = 43.67%
B = 37.14%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#2F6B5B (or 0x2F6B5B) is known color: Eden. HEX triplet: 2F, 6B and 5B. RGB value is (47,107,91). Sum of RGB (Red+Green+Blue) = 47+107+91=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 107 (42.19% from 255 or 43.67% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B5B is #D094A4. Grayscale: #575757. Windows color (decimal): -13669541 or 5991215. OLE color: 5991215.

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

Color convert

RGB 47 107 91 -
CMYK 0.56 0 0.15 0.58
HSL 164º 0.39% 0.3% -
HSV(B) 164º 0.56% 0.42% -
XYZ 8.32 11.88 11.75 -
YUV 87.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 47 107 91 0.56 0 0.15 0.58 164 0.39 0.3
Hex 2F 6B 5B 38 0 F 3A A4 27 1E
Octal 57 153 133 70 0 17 72 244 47 36
Binary 101111 1101011 1011011 111000 0 1111 111010 10100100 100111 11110

Color Harmonies of #2F6B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6B5B

Black with #2F6B5B

Text Example


Text Example

White with #2F6B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,107,91); }

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

background-color css

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

 a { background-color: rgb(47,107,91); }

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

border-color css

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

 span { border-color: rgb(47,107,91); }

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