Html Css Color HEX #2F6555 Eden

📋 copy color: '#2F6555'

red 47 ◦ green 101 ◦ blue 85

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

Shades of Eden #2F6555

Tints of Eden #2F6555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 36.48%

R = 20.17%
G = 43.35%
B = 36.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.60

RGB Variations

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

Color information

#2F6555 (or 0x2F6555) is known color: Eden. HEX triplet: 2F, 65 and 55. RGB value is (47,101,85). Sum of RGB (Red+Green+Blue) = 47+101+85=233 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.17% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 85 (33.59% from 255 or 36.48% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #2F6555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6555 is #D09AAA. Grayscale: #535353. Windows color (decimal): -13671083 or 5596463. OLE color: 5596463.

HSL color Cylindrical-coordinate representation of color #2F6555: hue angle of 162.22º 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 #2F6555 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB 47 101 85 -
CMYK 0.53 0 0.16 0.60
HSL 162.22º 0.36% 0.29% -
HSV(B) 162.22º 0.53% 0.4% -
XYZ 7.47 10.57 10.24 -
YUV 83.03 129.11 102.3 -
System Red Green Blue C M Y K H S L
Decimal 47 101 85 0.53 0 0.16 0.60 162.22 0.36 0.29
Hex 2F 65 55 35 0 10 3C A2 24 1D
Octal 57 145 125 65 0 20 74 242 44 35
Binary 101111 1100101 1010101 110101 0 10000 111100 10100010 100100 11101

Color Harmonies of #2F6555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6555

Black with #2F6555

Text Example


Text Example

White with #2F6555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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