Html Css Color HEX #2F554C Evening Sea

📋 copy color: '#2F554C'

red 47 ◦ green 85 ◦ blue 76

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

Shades of Evening Sea #2F554C

Tints of Evening Sea #2F554C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

 BLUE value IS 76 (30.08% from 255) = 36.54%

R = 22.6%
G = 40.87%
B = 36.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#2F554C (or 0x2F554C) is known color: Evening Sea. HEX triplet: 2F, 55 and 4C. RGB value is (47,85,76). Sum of RGB (Red+Green+Blue) = 47+85+76=208 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.60% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 76 (30.08% from 255 or 36.54% from 208); Max value from RGB is 85 - color contains mainly: green. Hex color #2F554C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F554C is #D0AAB3. Grayscale: #484848. Windows color (decimal): -13675188 or 5002543. OLE color: 5002543.

HSL color Cylindrical-coordinate representation of color #2F554C: hue angle of 165.79º degrees, saturation: 0.29, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #2F554C is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 47 85 76 -
CMYK 0.45 0 0.11 0.67
HSL 165.79º 0.29% 0.26% -
HSV(B) 165.79º 0.45% 0.33% -
XYZ 5.73 7.62 8.01 -
YUV 72.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 47 85 76 0.45 0 0.11 0.67 165.79 0.29 0.26
Hex 2F 55 4C 2D 0 B 43 A6 1D 1A
Octal 57 125 114 55 0 13 103 246 35 32
Binary 101111 1010101 1001100 101101 0 1011 1000011 10100110 11101 11010

Color Harmonies of #2F554C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F554C

Black with #2F554C

Text Example


Text Example

White with #2F554C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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