Html Css Color HEX #2F615D Eden

📋 copy color: '#2F615D'

red 47 ◦ green 97 ◦ blue 93

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

Shades of Eden #2F615D

Tints of Eden #2F615D

RGB

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

 GREEN value IS 97 (38.28% from 255) = 40.93%

 BLUE value IS 93 (36.72% from 255) = 39.24%

R = 19.83%
G = 40.93%
B = 39.24%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#2F615D (or 0x2F615D) is known color: Eden. HEX triplet: 2F, 61 and 5D. RGB value is (47,97,93). Sum of RGB (Red+Green+Blue) = 47+97+93=237 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.83% from 237); Green value is 97 (38.28% from 255 or 40.93% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 97 - color contains mainly: green. Hex color #2F615D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F615D is #D09EA2. Grayscale: #515151. Windows color (decimal): -13672099 or 6119727. OLE color: 6119727.

HSL color Cylindrical-coordinate representation of color #2F615D: hue angle of 175.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F615D is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 93 -
CMYK 0.52 0 0.04 0.62
HSL 175.2º 0.35% 0.28% -
HSV(B) 175.2º 0.52% 0.38% -
XYZ 7.42 9.94 11.88 -
YUV 81.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 47 97 93 0.52 0 0.04 0.62 175.2 0.35 0.28
Hex 2F 61 5D 34 0 4 3E AF 23 1C
Octal 57 141 135 64 0 4 76 257 43 34
Binary 101111 1100001 1011101 110100 0 100 111110 10101111 100011 11100

Color Harmonies of #2F615D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F615D

Black with #2F615D

Text Example


Text Example

White with #2F615D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,93); }

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

background-color css

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

 a { background-color: rgb(47,97,93); }

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

border-color css

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

 span { border-color: rgb(47,97,93); }

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