Html Css Color HEX #2F6558 Eden

📋 copy color: '#2F6558'

red 47 ◦ green 101 ◦ blue 88

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

Shades of Eden #2F6558

Tints of Eden #2F6558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 42.8%

 BLUE value IS 88 (34.77% from 255) = 37.29%

R = 19.92%
G = 42.8%
B = 37.29%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#2F6558 (or 0x2F6558) is known color: Eden. HEX triplet: 2F, 65 and 58. RGB value is (47,101,88). Sum of RGB (Red+Green+Blue) = 47+101+88=236 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.92% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 88 (34.77% from 255 or 37.29% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6558 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6558 is #D09AA7. Grayscale: #535353. Windows color (decimal): -13671080 or 5793071. OLE color: 5793071.

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

Color convert

RGB 47 101 88 -
CMYK 0.53 0 0.13 0.60
HSL 165.56º 0.36% 0.29% -
HSV(B) 165.56º 0.53% 0.4% -
XYZ 7.59 10.62 10.88 -
YUV 83.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 47 101 88 0.53 0 0.13 0.60 165.56 0.36 0.29
Hex 2F 65 58 35 0 D 3C A6 24 1D
Octal 57 145 130 65 0 15 74 246 44 35
Binary 101111 1100101 1011000 110101 0 1101 111100 10100110 100100 11101

Color Harmonies of #2F6558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6558

Black with #2F6558

Text Example


Text Example

White with #2F6558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,101,88); }

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

background-color css

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

 a { background-color: rgb(47,101,88); }

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

border-color css

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

 span { border-color: rgb(47,101,88); }

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