#2D614B

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

Shades of Spectra #2D614B

Tints of Spectra #2D614B

Color information

#2D614B (or 0x2D614B) is unknown color: approx Spectra. HEX triplet: 2D, 61 and 4B. RGB value is (45,97,75). Sum of RGB (Red+Green+Blue) = 45+97+75=217 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.74% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 75 (29.69% from 255 or 34.56% from 217); Max value from RGB is 97 - color contains mainly: green. Hex color #2D614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D614B is #D29EB4. Grayscale: #4E4E4E. Windows color (decimal): -13803189 or 4940077. OLE color: 4940077.

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

Color convert

RGB459775-
CMYK0.5400.230.62
HSL154.62º36.62%27.84%-
HSV(B)154.62º53.61%38.04%-
XYZ6.639.628.16-
YUV78.94125.77103.79-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 20.74%
GREEN value IS 97 (38.28% from 255) = 44.70%
BLUE value IS 75 (29.69% from 255) = 34.56%
R=20.74%
G=44.70%
B=34.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4597750.5400.230.62154.6236.6227.84
Hex2D614B360173E9b251c
Octal5514111366027762334534
Binary101101110000110010111101100101111111101001101110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D614B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,97,75); }

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

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

 a { background-color: rgb(45,97,75); }

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

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

 span { border-color: rgb(45,97,75); }

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