Html Css Color HEX #2F6253 Evening Sea

📋 copy color: '#2F6253'

red 47 ◦ green 98 ◦ blue 83

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

Shades of Evening Sea #2F6253

Tints of Evening Sea #2F6253

RGB

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

 GREEN value IS 98 (38.67% from 255) = 42.98%

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

R = 20.61%
G = 42.98%
B = 36.4%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#2F6253 (or 0x2F6253) is known color: Evening Sea. HEX triplet: 2F, 62 and 53. RGB value is (47,98,83). Sum of RGB (Red+Green+Blue) = 47+98+83=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 83 (32.81% from 255 or 36.40% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6253 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6253 is #D09DAC. Grayscale: #515151. Windows color (decimal): -13671853 or 5464623. OLE color: 5464623.

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

Color convert

RGB 47 98 83 -
CMYK 0.52 0 0.15 0.62
HSL 162.35º 0.35% 0.28% -
HSV(B) 162.35º 0.52% 0.38% -
XYZ 7.1 9.96 9.73 -
YUV 81.04 129.1 103.72 -
System Red Green Blue C M Y K H S L
Decimal 47 98 83 0.52 0 0.15 0.62 162.35 0.35 0.28
Hex 2F 62 53 34 0 F 3E A2 23 1C
Octal 57 142 123 64 0 17 76 242 43 34
Binary 101111 1100010 1010011 110100 0 1111 111110 10100010 100011 11100

Color Harmonies of #2F6253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6253

Black with #2F6253

Text Example


Text Example

White with #2F6253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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