Html Css Color HEX #2F6250 Spectra

📋 copy color: '#2F6250'

red 47 ◦ green 98 ◦ blue 80

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

Shades of Spectra #2F6250

Tints of Spectra #2F6250

RGB

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

 GREEN value IS 98 (38.67% from 255) = 43.56%

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

R = 20.89%
G = 43.56%
B = 35.56%

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

#2F6250 (or 0x2F6250) is known color: Spectra. HEX triplet: 2F, 62 and 50. RGB value is (47,98,80). Sum of RGB (Red+Green+Blue) = 47+98+80=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 98 (38.67% from 255 or 43.56% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 98 - color contains mainly: green. Hex color #2F6250 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F6250 is #D09DAF. Grayscale: #505050. Windows color (decimal): -13671856 or 5268015. OLE color: 5268015.

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

Color convert

RGB 47 98 80 -
CMYK 0.52 0 0.18 0.62
HSL 158.82º 0.35% 0.28% -
HSV(B) 158.82º 0.52% 0.38% -
XYZ 6.99 9.92 9.14 -
YUV 80.7 127.6 103.96 -
System Red Green Blue C M Y K H S L
Decimal 47 98 80 0.52 0 0.18 0.62 158.82 0.35 0.28
Hex 2F 62 50 34 0 12 3E 9F 23 1C
Octal 57 142 120 64 0 22 76 237 43 34
Binary 101111 1100010 1010000 110100 0 10010 111110 10011111 100011 11100

Color Harmonies of #2F6250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6250

Black with #2F6250

Text Example


Text Example

White with #2F6250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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