#2D664D

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

Shades of Spectra #2D664D

Tints of Spectra #2D664D

Color information

#2D664D (or 0x2D664D) is unknown color: approx Spectra. HEX triplet: 2D, 66 and 4D. RGB value is (45,102,77). Sum of RGB (Red+Green+Blue) = 45+102+77=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 77 (30.47% from 255 or 34.38% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #2D664D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D664D is #D299B2. Grayscale: #525252. Windows color (decimal): -13801907 or 5072429. OLE color: 5072429.

HSL color Cylindrical-coordinate representation of color #2D664D: hue angle of 153.68º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2D664D is Cyan = 0.56, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.6.

Color convert

RGB4510277-
CMYK0.5600.250.6
HSL153.68º38.78%28.82%-
HSV(B)153.68º55.88%40%-
XYZ7.1710.68.69-
YUV82.11125.12101.53-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.09%
GREEN value IS 102 (40.23% from 255) = 45.54%
BLUE value IS 77 (30.47% from 255) = 34.38%
R=20.09%
G=45.54%
B=34.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102770.5600.250.6153.6838.7828.82
Hex2D664D380193C9a271d
Octal5514611570031742324735
Binary101101110011010011011110000110011111001001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D664D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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