#2D644D

Color #2D644D Spectra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spectra #2D644D

Tints of Spectra #2D644D

Color information

#2D644D (or 0x2D644D) is unknown color: approx Spectra. HEX triplet: 2D, 64 and 4D. RGB value is (45,100,77). Sum of RGB (Red+Green+Blue) = 45+100+77=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 100 (39.45% from 255 or 45.05% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 100 - color contains mainly: green. Hex color #2D644D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D644D is #D29BB2. Grayscale: #505050. Windows color (decimal): -13802419 or 5071917. OLE color: 5071917.

HSL color Cylindrical-coordinate representation of color #2D644D: hue angle of 154.91º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2D644D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB4510077-
CMYK0.5500.230.61
HSL154.91º37.93%28.43%-
HSV(B)154.91º55%39.22%-
XYZ6.9810.218.62-
YUV80.93125.78102.37-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.27%
GREEN value IS 100 (39.45% from 255) = 45.05%
BLUE value IS 77 (30.47% from 255) = 34.68%
R=20.27%
G=45.05%
B=34.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal45100770.5500.230.61154.9137.9328.43
Hex2D644D370173D9b261c
Octal5514411567027752334634
Binary101101110010010011011101110101111111011001101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,100,77); }

 H1.HeaderClassName
 {
   color: #2D644D;
 }
 .AnyTagClassName
 {
   color: #2D644D;
 }
</style>
background-color css

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

 a { background-color: rgb(45,100,77); }

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

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

 span { border-color: rgb(45,100,77); }

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