#2F6752

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

Shades of Spectra #2F6752

Tints of Spectra #2F6752

Color information

#2F6752 (or 0x2F6752) is unknown color: approx Spectra. HEX triplet: 2F, 67 and 52. RGB value is (47,103,82). Sum of RGB (Red+Green+Blue) = 47+103+82=232 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.26% from 232); Green value is 103 (40.62% from 255 or 44.40% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 103 - color contains mainly: green. Hex color #2F6752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6752 is #D098AD. Grayscale: #535353. Windows color (decimal): -13670574 or 5400367. OLE color: 5400367.

HSL color Cylindrical-coordinate representation of color #2F6752: hue angle of 157.5º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #2F6752 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.60.

Color convert

RGB4710382-
CMYK0.5400.200.60
HSL157.5º37.33%29.41%-
HSV(B)157.5º54.37%40.39%-
XYZ7.5510.919.69-
YUV83.86126.95101.71-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.26%
GREEN value IS 103 (40.62% from 255) = 44.40%
BLUE value IS 82 (32.42% from 255) = 35.34%
R=20.26%
G=44.40%
B=35.34%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal47103820.5400.200.60157.537.3329.41
Hex2F6752360143C9e251d
Octal5714712266024742364535
Binary101111110011110100101101100101001111001001111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F6752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,103,82); }

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

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

 a { background-color: rgb(47,103,82); }

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

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

 span { border-color: rgb(47,103,82); }

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