Html Css Color HEX #2F614F Spectra

📋 copy color: '#2F614F'

red 47 ◦ green 97 ◦ blue 79

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

Shades of Spectra #2F614F

Tints of Spectra #2F614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 35.43%

R = 21.08%
G = 43.5%
B = 35.43%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#2F614F (or 0x2F614F) is known color: Spectra. HEX triplet: 2F, 61 and 4F. RGB value is (47,97,79). Sum of RGB (Red+Green+Blue) = 47+97+79=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 97 (38.28% from 255 or 43.50% from 223); Blue value is 79 (31.25% from 255 or 35.43% from 223); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F614F is #D09EB0. Grayscale: #505050. Windows color (decimal): -13672113 or 5202223. OLE color: 5202223.

HSL color Cylindrical-coordinate representation of color #2F614F: hue angle of 158.4º 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 #2F614F is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 97 79 -
CMYK 0.52 0 0.19 0.62
HSL 158.4º 0.35% 0.28% -
HSV(B) 158.4º 0.52% 0.38% -
XYZ 6.86 9.72 8.91 -
YUV 80 127.44 104.46 -
System Red Green Blue C M Y K H S L
Decimal 47 97 79 0.52 0 0.19 0.62 158.4 0.35 0.28
Hex 2F 61 4F 34 0 13 3E 9E 23 1C
Octal 57 141 117 64 0 23 76 236 43 34
Binary 101111 1100001 1001111 110100 0 10011 111110 10011110 100011 11100

Color Harmonies of #2F614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F614F

Black with #2F614F

Text Example


Text Example

White with #2F614F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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