Html Css Color HEX #306251 Spectra

📋 copy color: '#306251'

red 48 ◦ green 98 ◦ blue 81

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

Shades of Spectra #306251

Tints of Spectra #306251

RGB

 RED value IS 48 (19.14% from 255) = 21.15%

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

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 21.15%
G = 43.17%
B = 35.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#306251 (or 0x306251) is known color: Spectra. HEX triplet: 30, 62 and 51. RGB value is (48,98,81). Sum of RGB (Red+Green+Blue) = 48+98+81=227 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.15% from 227); Green value is 98 (38.67% from 255 or 43.17% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 98 - color contains mainly: green. Hex color #306251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306251 is #CF9DAE. Grayscale: #515151. Windows color (decimal): -13606319 or 5333552. OLE color: 5333552.

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

Color convert

RGB 48 98 81 -
CMYK 0.51 0 0.17 0.62
HSL 159.6º 0.34% 0.29% -
HSV(B) 159.6º 0.51% 0.38% -
XYZ 7.07 9.96 9.33 -
YUV 81.11 127.94 104.38 -
System Red Green Blue C M Y K H S L
Decimal 48 98 81 0.51 0 0.17 0.62 159.6 0.34 0.29
Hex 30 62 51 33 0 11 3E A0 22 1D
Octal 60 142 121 63 0 21 76 240 42 35
Binary 110000 1100010 1010001 110011 0 10001 111110 10100000 100010 11101

Color Harmonies of #306251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306251

Black with #306251

Text Example


Text Example

White with #306251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306251; }

 p { color: rgb(48,98,81); }

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

background-color css

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

 a { background-color: rgb(48,98,81); }

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

border-color css

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

 span { border-color: rgb(48,98,81); }

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