Html Css Color HEX #306252 Spectra

📋 copy color: '#306252'

red 48 ◦ green 98 ◦ blue 82

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

Shades of Spectra #306252

Tints of Spectra #306252

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 35.96%

R = 21.05%
G = 42.98%
B = 35.96%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#306252 (or 0x306252) is known color: Spectra. HEX triplet: 30, 62 and 52. RGB value is (48,98,82). Sum of RGB (Red+Green+Blue) = 48+98+82=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 98 (38.67% from 255 or 42.98% from 228); Blue value is 82 (32.42% from 255 or 35.96% from 228); Max value from RGB is 98 - color contains mainly: green. Hex color #306252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306252 is #CF9DAD. Grayscale: #515151. Windows color (decimal): -13606318 or 5399088. OLE color: 5399088.

HSL color Cylindrical-coordinate representation of color #306252: hue angle of 160.8º 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 #306252 is Cyan = 0.51, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 82 -
CMYK 0.51 0 0.16 0.62
HSL 160.8º 0.34% 0.29% -
HSV(B) 160.8º 0.51% 0.38% -
XYZ 7.11 9.97 9.53 -
YUV 81.23 128.44 104.3 -
System Red Green Blue C M Y K H S L
Decimal 48 98 82 0.51 0 0.16 0.62 160.8 0.34 0.29
Hex 30 62 52 33 0 10 3E A1 22 1D
Octal 60 142 122 63 0 20 76 241 42 35
Binary 110000 1100010 1010010 110011 0 10000 111110 10100001 100010 11101

Color Harmonies of #306252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306252

Black with #306252

Text Example


Text Example

White with #306252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306252; }

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

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

background-color css

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

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

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

border-color css

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

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

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