#2F5A4B

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

Shades of Spectra #2F5A4B

Tints of Spectra #2F5A4B

Color information

#2F5A4B (or 0x2F5A4B) is unknown color: approx Spectra. HEX triplet: 2F, 5A and 4B. RGB value is (47,90,75). Sum of RGB (Red+Green+Blue) = 47+90+75=212 (28% of max value = 765). Red value is 47 (18.75% from 255 or 22.17% from 212); Green value is 90 (35.55% from 255 or 42.45% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 90 - color contains mainly: green. Hex color #2F5A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F5A4B is #D0A5B4. Grayscale: #4B4B4B. Windows color (decimal): -13673909 or 4938287. OLE color: 4938287.

HSL color Cylindrical-coordinate representation of color #2F5A4B: hue angle of 159.07º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #2F5A4B is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.65.

Color convert

RGB479075-
CMYK0.4800.170.65
HSL159.07º31.39%26.86%-
HSV(B)159.07º47.78%35.29%-
XYZ6.18.427.96-
YUV75.43127.75107.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 22.17%
GREEN value IS 90 (35.55% from 255) = 42.45%
BLUE value IS 75 (29.69% from 255) = 35.38%
R=22.17%
G=42.45%
B=35.38%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4790750.4800.170.65159.0731.3926.86
Hex2F5A4B30011419f1f1b
Octal57132113600211012373733
Binary101111101101010010111100000100011000001100111111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,90,75); }

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

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

 a { background-color: rgb(47,90,75); }

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

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

 span { border-color: rgb(47,90,75); }

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