Html Css Color HEX #2F6B5C Eden

📋 copy color: '#2F6B5C'

red 47 ◦ green 107 ◦ blue 92

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

Shades of Eden #2F6B5C

Tints of Eden #2F6B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 37.4%

R = 19.11%
G = 43.5%
B = 37.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#2F6B5C (or 0x2F6B5C) is known color: Eden. HEX triplet: 2F, 6B and 5C. RGB value is (47,107,92). Sum of RGB (Red+Green+Blue) = 47+107+92=246 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.11% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6B5C is #D094A3. Grayscale: #575757. Windows color (decimal): -13669540 or 6056751. OLE color: 6056751.

HSL color Cylindrical-coordinate representation of color #2F6B5C: hue angle of 165º 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 #2F6B5C is Cyan = 0.56, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 47 107 92 -
CMYK 0.56 0 0.14 0.58
HSL 165º 0.39% 0.3% -
HSV(B) 165º 0.56% 0.42% -
XYZ 8.36 11.89 11.98 -
YUV 87.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 47 107 92 0.56 0 0.14 0.58 165 0.39 0.3
Hex 2F 6B 5C 38 0 E 3A A5 27 1E
Octal 57 153 134 70 0 16 72 245 47 36
Binary 101111 1101011 1011100 111000 0 1110 111010 10100101 100111 11110

Color Harmonies of #2F6B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6B5C

Black with #2F6B5C

Text Example


Text Example

White with #2F6B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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