Html Css Color HEX #247962 Deep Sea

📋 copy color: '#247962'

red 36 ◦ green 121 ◦ blue 98

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

Shades of Deep Sea #247962

Tints of Deep Sea #247962

RGB

 RED value IS 36 (14.45% from 255) = 14.12%

 GREEN value IS 121 (47.66% from 255) = 47.45%

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 14.12%
G = 47.45%
B = 38.43%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#247962 (or 0x247962) is known color: Deep Sea. HEX triplet: 24, 79 and 62. RGB value is (36,121,98). Sum of RGB (Red+Green+Blue) = 36+121+98=255 (33% of max value = 765). Red value is 36 (14.45% from 255 or 14.12% from 255); Green value is 121 (47.66% from 255 or 47.45% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 121 - color contains mainly: green. Hex color #247962 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #247962 is #DB869D. Grayscale: #5C5C5C. Windows color (decimal): -14386846 or 6453540. OLE color: 6453540.

HSL color Cylindrical-coordinate representation of color #247962: hue angle of 163.76º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #247962 is Cyan = 0.70, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 36 121 98 -
CMYK 0.70 0 0.19 0.53
HSL 163.76º 0.54% 0.31% -
HSV(B) 163.76º 0.7% 0.47% -
XYZ 9.77 14.93 13.92 -
YUV 92.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 36 121 98 0.70 0 0.19 0.53 163.76 0.54 0.31
Hex 24 79 62 46 0 13 35 A4 36 1F
Octal 44 171 142 106 0 23 65 244 66 37
Binary 100100 1111001 1100010 1000110 0 10011 110101 10100100 110110 11111

Color Harmonies of #247962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #247962

Black with #247962

Text Example


Text Example

White with #247962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #247962; }

 p { color: rgb(36,121,98); }

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

background-color css

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

 a { background-color: rgb(36,121,98); }

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

border-color css

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

 span { border-color: rgb(36,121,98); }

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