Html Css Color HEX #306C52 Spectra

📋 copy color: '#306C52'

red 48 ◦ green 108 ◦ blue 82

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

Shades of Spectra #306C52

Tints of Spectra #306C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 45.38%

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

R = 20.17%
G = 45.38%
B = 34.45%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.58

RGB Variations

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

Color information

#306C52 (or 0x306C52) is known color: Spectra. HEX triplet: 30, 6C and 52. RGB value is (48,108,82). Sum of RGB (Red+Green+Blue) = 48+108+82=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 108 (42.58% from 255 or 45.38% from 238); Blue value is 82 (32.42% from 255 or 34.45% from 238); Max value from RGB is 108 - color contains mainly: green. Hex color #306C52 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C52 is #CF93AD. Grayscale: #575757. Windows color (decimal): -13603758 or 5401648. OLE color: 5401648.

HSL color Cylindrical-coordinate representation of color #306C52: hue angle of 154º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #306C52 is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 82 -
CMYK 0.56 0 0.24 0.58
HSL 154º 0.38% 0.31% -
HSV(B) 154º 0.56% 0.42% -
XYZ 8.1 11.96 9.86 -
YUV 87.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 48 108 82 0.56 0 0.24 0.58 154 0.38 0.31
Hex 30 6C 52 38 0 18 3A 9A 26 1F
Octal 60 154 122 70 0 30 72 232 46 37
Binary 110000 1101100 1010010 111000 0 11000 111010 10011010 100110 11111

Color Harmonies of #306C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C52

Black with #306C52

Text Example


Text Example

White with #306C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306C52; }

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

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

background-color css

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

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

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

border-color css

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

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

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