#2D664E

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

Shades of Spectra #2D664E

Tints of Spectra #2D664E

Color information

#2D664E (or 0x2D664E) is unknown color: approx Spectra. HEX triplet: 2D, 66 and 4E. RGB value is (45,102,78). Sum of RGB (Red+Green+Blue) = 45+102+78=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #2D664E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D664E is #D299B1. Grayscale: #525252. Windows color (decimal): -13801906 or 5137965. OLE color: 5137965.

HSL color Cylindrical-coordinate representation of color #2D664E: hue angle of 154.74º 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 #2D664E is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.6.

Color convert

RGB4510278-
CMYK0.5600.240.6
HSL154.74º38.78%28.82%-
HSV(B)154.74º55.88%40%-
XYZ7.2110.618.88-
YUV82.22125.62101.45-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20%
GREEN value IS 102 (40.23% from 255) = 45.33%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=20%
G=45.33%
B=34.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal45102780.5600.240.6154.7438.7828.82
Hex2D664E380183C9b271d
Octal5514611670030742334735
Binary101101110011010011101110000110001111001001101110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D664E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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