Html Css Color HEX #2E624D Spectra

📋 copy color: '#2E624D'

red 46 ◦ green 98 ◦ blue 77

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

Shades of Spectra #2E624D

Tints of Spectra #2E624D

RGB

 RED value IS 46 (18.36% from 255) = 20.81%

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

 BLUE value IS 77 (30.47% from 255) = 34.84%

R = 20.81%
G = 44.34%
B = 34.84%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#2E624D (or 0x2E624D) is known color: Spectra. HEX triplet: 2E, 62 and 4D. RGB value is (46,98,77). Sum of RGB (Red+Green+Blue) = 46+98+77=221 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.81% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #2E624D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2E624D is #D19DB2. Grayscale: #505050. Windows color (decimal): -13737395 or 5071406. OLE color: 5071406.

HSL color Cylindrical-coordinate representation of color #2E624D: hue angle of 155.77º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E624D is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 98 77 -
CMYK 0.53 0 0.21 0.62
HSL 155.77º 0.36% 0.28% -
HSV(B) 155.77º 0.53% 0.38% -
XYZ 6.83 9.85 8.56 -
YUV 80.06 126.27 103.71 -
System Red Green Blue C M Y K H S L
Decimal 46 98 77 0.53 0 0.21 0.62 155.77 0.36 0.28
Hex 2E 62 4D 35 0 15 3E 9C 24 1C
Octal 56 142 115 65 0 25 76 234 44 34
Binary 101110 1100010 1001101 110101 0 10101 111110 10011100 100100 11100

Color Harmonies of #2E624D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E624D

Black with #2E624D

Text Example


Text Example

White with #2E624D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,98,77); }

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

background-color css

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

 a { background-color: rgb(46,98,77); }

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

border-color css

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

 span { border-color: rgb(46,98,77); }

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