Html Css Color HEX #2F604E Spectra

📋 copy color: '#2F604E'

red 47 ◦ green 96 ◦ blue 78

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

Shades of Spectra #2F604E

Tints of Spectra #2F604E

RGB

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

 GREEN value IS 96 (37.89% from 255) = 43.44%

 BLUE value IS 78 (30.86% from 255) = 35.29%

R = 21.27%
G = 43.44%
B = 35.29%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2F604E (or 0x2F604E) is known color: Spectra. HEX triplet: 2F, 60 and 4E. RGB value is (47,96,78). Sum of RGB (Red+Green+Blue) = 47+96+78=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 96 - color contains mainly: green. Hex color #2F604E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F604E is #D09FB1. Grayscale: #4F4F4F. Windows color (decimal): -13672370 or 5136431. OLE color: 5136431.

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

Color convert

RGB 47 96 78 -
CMYK 0.51 0 0.19 0.62
HSL 157.96º 0.34% 0.28% -
HSV(B) 157.96º 0.51% 0.38% -
XYZ 6.73 9.52 8.69 -
YUV 79.3 127.27 104.96 -
System Red Green Blue C M Y K H S L
Decimal 47 96 78 0.51 0 0.19 0.62 157.96 0.34 0.28
Hex 2F 60 4E 33 0 13 3E 9E 22 1C
Octal 57 140 116 63 0 23 76 236 42 34
Binary 101111 1100000 1001110 110011 0 10011 111110 10011110 100010 11100

Color Harmonies of #2F604E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F604E

Black with #2F604E

Text Example


Text Example

White with #2F604E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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