Html Css Color HEX #306C53 Spectra

📋 copy color: '#306C53'

red 48 ◦ green 108 ◦ blue 83

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

Shades of Spectra #306C53

Tints of Spectra #306C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 34.73%

R = 20.08%
G = 45.19%
B = 34.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.58

RGB Variations

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

Color information

#306C53 (or 0x306C53) is known color: Spectra. HEX triplet: 30, 6C and 53. RGB value is (48,108,83). Sum of RGB (Red+Green+Blue) = 48+108+83=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 108 (42.58% from 255 or 45.19% from 239); Blue value is 83 (32.81% from 255 or 34.73% from 239); Max value from RGB is 108 - color contains mainly: green. Hex color #306C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306C53 is #CF93AC. Grayscale: #575757. Windows color (decimal): -13603757 or 5467184. OLE color: 5467184.

HSL color Cylindrical-coordinate representation of color #306C53: hue angle of 155º 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 #306C53 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.58.

Color convert

RGB 48 108 83 -
CMYK 0.56 0 0.23 0.58
HSL 155º 0.38% 0.31% -
HSV(B) 155º 0.56% 0.42% -
XYZ 8.14 11.98 10.07 -
YUV 87.21 125.62 100.03 -
System Red Green Blue C M Y K H S L
Decimal 48 108 83 0.56 0 0.23 0.58 155 0.38 0.31
Hex 30 6C 53 38 0 17 3A 9B 26 1F
Octal 60 154 123 70 0 27 72 233 46 37
Binary 110000 1101100 1010011 111000 0 10111 111010 10011011 100110 11111

Color Harmonies of #306C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306C53

Black with #306C53

Text Example


Text Example

White with #306C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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