Html Css Color HEX #2F6457 Eden

📋 copy color: '#2F6457'

red 47 ◦ green 100 ◦ blue 87

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

Shades of Eden #2F6457

Tints of Eden #2F6457

RGB

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

 GREEN value IS 100 (39.45% from 255) = 42.74%

 BLUE value IS 87 (34.38% from 255) = 37.18%

R = 20.09%
G = 42.74%
B = 37.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#2F6457 (or 0x2F6457) is known color: Eden. HEX triplet: 2F, 64 and 57. RGB value is (47,100,87). Sum of RGB (Red+Green+Blue) = 47+100+87=234 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.09% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #2F6457 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6457 is #D09BA8. Grayscale: #525252. Windows color (decimal): -13671337 or 5727279. OLE color: 5727279.

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

Color convert

RGB 47 100 87 -
CMYK 0.53 0 0.13 0.61
HSL 165.28º 0.36% 0.29% -
HSV(B) 165.28º 0.53% 0.39% -
XYZ 7.45 10.41 10.63 -
YUV 82.67 130.44 102.56 -
System Red Green Blue C M Y K H S L
Decimal 47 100 87 0.53 0 0.13 0.61 165.28 0.36 0.29
Hex 2F 64 57 35 0 D 3D A5 24 1D
Octal 57 144 127 65 0 15 75 245 44 35
Binary 101111 1100100 1010111 110101 0 1101 111101 10100101 100100 11101

Color Harmonies of #2F6457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6457

Black with #2F6457

Text Example


Text Example

White with #2F6457

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,100,87); }

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

background-color css

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

 a { background-color: rgb(47,100,87); }

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

border-color css

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

 span { border-color: rgb(47,100,87); }

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