#2D674E

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

Shades of Spectra #2D674E

Tints of Spectra #2D674E

Color information

#2D674E (or 0x2D674E) is unknown color: approx Spectra. HEX triplet: 2D, 67 and 4E. RGB value is (45,103,78). Sum of RGB (Red+Green+Blue) = 45+103+78=226 (29% of max value = 765). Red value is 45 (17.97% from 255 or 19.91% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 78 (30.86% from 255 or 34.51% from 226); Max value from RGB is 103 - color contains mainly: green. Hex color #2D674E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2D674E is #D298B1. Grayscale: #525252. Windows color (decimal): -13801650 or 5138221. OLE color: 5138221.

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

Color convert

RGB4510378-
CMYK0.5600.240.60
HSL154.14º39.19%29.02%-
HSV(B)154.14º56.31%40.39%-
XYZ7.3110.818.91-
YUV82.81125.28101.03-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 19.91%
GREEN value IS 103 (40.62% from 255) = 45.58%
BLUE value IS 78 (30.86% from 255) = 34.51%
R=19.91%
G=45.58%
B=34.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal45103780.5600.240.60154.1439.1929.02
Hex2D674E380183C9a271d
Octal5514711670030742324735
Binary101101110011110011101110000110001111001001101010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D674E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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