Html Css Color HEX #2F6150 Spectra

📋 copy color: '#2F6150'

red 47 ◦ green 97 ◦ blue 80

#2F6150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spectra #2F6150

Tints of Spectra #2F6150

RGB

 RED value IS 47 (18.75% from 255) = 20.98%

 GREEN value IS 97 (38.28% from 255) = 43.3%

 BLUE value IS 80 (31.64% from 255) = 35.71%

R = 20.98%
G = 43.3%
B = 35.71%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.62

RGB Variations

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

Color information

#2F6150 (or 0x2F6150) is known color: Spectra. HEX triplet: 2F, 61 and 50. RGB value is (47,97,80). Sum of RGB (Red+Green+Blue) = 47+97+80=224 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.98% from 224); Green value is 97 (38.28% from 255 or 43.30% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 97 - color contains mainly: green. Hex color #2F6150 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6150 is #D09EAF. Grayscale: #505050. Windows color (decimal): -13672112 or 5267759. OLE color: 5267759.

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

Color convert

RGB 47 97 80 -
CMYK 0.52 0 0.18 0.62
HSL 159.6º 0.35% 0.28% -
HSV(B) 159.6º 0.52% 0.38% -
XYZ 6.89 9.73 9.1 -
YUV 80.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 47 97 80 0.52 0 0.18 0.62 159.6 0.35 0.28
Hex 2F 61 50 34 0 12 3E A0 23 1C
Octal 57 141 120 64 0 22 76 240 43 34
Binary 101111 1100001 1010000 110100 0 10010 111110 10100000 100011 11100

Color Harmonies of #2F6150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6150

Black with #2F6150

Text Example


Text Example

White with #2F6150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,97,80); }

 H1.HeaderClassName
 {
   color: #2F6150;
 }
 .AnyTagClassName
 {
   color: #2F6150;
 }
</style>

background-color css

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

 a { background-color: rgb(47,97,80); }

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

border-color css

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

 span { border-color: rgb(47,97,80); }

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