Html Css Color HEX #2F6153 Evening Sea

📋 copy color: '#2F6153'

red 47 ◦ green 97 ◦ blue 83

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

Shades of Evening Sea #2F6153

Tints of Evening Sea #2F6153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 36.56%

R = 20.7%
G = 42.73%
B = 36.56%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#2F6153 (or 0x2F6153) is known color: Evening Sea. HEX triplet: 2F, 61 and 53. RGB value is (47,97,83). Sum of RGB (Red+Green+Blue) = 47+97+83=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 97 (38.28% from 255 or 42.73% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6153 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6153 is #D09EAC. Grayscale: #505050. Windows color (decimal): -13672109 or 5464367. OLE color: 5464367.

HSL color Cylindrical-coordinate representation of color #2F6153: hue angle of 163.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 #2F6153 is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 83 -
CMYK 0.52 0 0.14 0.62
HSL 163.2º 0.35% 0.28% -
HSV(B) 163.2º 0.52% 0.38% -
XYZ 7.01 9.78 9.7 -
YUV 80.45 129.44 104.14 -
System Red Green Blue C M Y K H S L
Decimal 47 97 83 0.52 0 0.14 0.62 163.2 0.35 0.28
Hex 2F 61 53 34 0 E 3E A3 23 1C
Octal 57 141 123 64 0 16 76 243 43 34
Binary 101111 1100001 1010011 110100 0 1110 111110 10100011 100011 11100

Color Harmonies of #2F6153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6153

Black with #2F6153

Text Example


Text Example

White with #2F6153

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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