#2F644E

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

Shades of Spectra #2F644E

Tints of Spectra #2F644E

Color information

#2F644E (or 0x2F644E) is unknown color: approx Spectra. HEX triplet: 2F, 64 and 4E. RGB value is (47,100,78). Sum of RGB (Red+Green+Blue) = 47+100+78=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 100 (39.45% from 255 or 44.44% from 225); Blue value is 78 (30.86% from 255 or 34.67% from 225); Max value from RGB is 100 - color contains mainly: green. Hex color #2F644E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F644E is #D09BB1. Grayscale: #515151. Windows color (decimal): -13671346 or 5137455. OLE color: 5137455.

HSL color Cylindrical-coordinate representation of color #2F644E: hue angle of 155.09º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2F644E is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB4710078-
CMYK0.5300.220.61
HSL155.09º36.05%28.82%-
HSV(B)155.09º53%39.22%-
XYZ7.110.278.82-
YUV81.64125.94103.29-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.89%
GREEN value IS 100 (39.45% from 255) = 44.44%
BLUE value IS 78 (30.86% from 255) = 34.67%
R=20.89%
G=44.44%
B=34.67%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal47100780.5300.220.61155.0936.0528.82
Hex2F644E350163D9b241d
Octal5714411665026752334435
Binary101111110010010011101101010101101111011001101110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,100,78); }

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

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

 a { background-color: rgb(47,100,78); }

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

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

 span { border-color: rgb(47,100,78); }

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