Html Css Color HEX #2F614B Spectra

📋 copy color: '#2F614B'

red 47 ◦ green 97 ◦ blue 75

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

Shades of Spectra #2F614B

Tints of Spectra #2F614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 21.46%
G = 44.29%
B = 34.25%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#2F614B (or 0x2F614B) is known color: Spectra. HEX triplet: 2F, 61 and 4B. RGB value is (47,97,75). Sum of RGB (Red+Green+Blue) = 47+97+75=219 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.46% from 219); Green value is 97 (38.28% from 255 or 44.29% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 97 - color contains mainly: green. Hex color #2F614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F614B is #D09EB4. Grayscale: #4F4F4F. Windows color (decimal): -13672117 or 4940079. OLE color: 4940079.

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

Color convert

RGB 47 97 75 -
CMYK 0.52 0 0.23 0.62
HSL 153.6º 0.35% 0.28% -
HSV(B) 153.6º 0.52% 0.38% -
XYZ 6.72 9.66 8.17 -
YUV 79.54 125.44 104.79 -
System Red Green Blue C M Y K H S L
Decimal 47 97 75 0.52 0 0.23 0.62 153.6 0.35 0.28
Hex 2F 61 4B 34 0 17 3E 9A 23 1C
Octal 57 141 113 64 0 27 76 232 43 34
Binary 101111 1100001 1001011 110100 0 10111 111110 10011010 100011 11100

Color Harmonies of #2F614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F614B

Black with #2F614B

Text Example


Text Example

White with #2F614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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