Html Css Color HEX #306650 Spectra

📋 copy color: '#306650'

red 48 ◦ green 102 ◦ blue 80

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

Shades of Spectra #306650

Tints of Spectra #306650

RGB

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

 GREEN value IS 102 (40.23% from 255) = 44.35%

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

R = 20.87%
G = 44.35%
B = 34.78%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.6

RGB Variations

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

Color information

#306650 (or 0x306650) is known color: Spectra. HEX triplet: 30, 66 and 50. RGB value is (48,102,80). Sum of RGB (Red+Green+Blue) = 48+102+80=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 102 (40.23% from 255 or 44.35% from 230); Blue value is 80 (31.64% from 255 or 34.78% from 230); Max value from RGB is 102 - color contains mainly: green. Hex color #306650 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306650 is #CF99AF. Grayscale: #535353. Windows color (decimal): -13605296 or 5269040. OLE color: 5269040.

HSL color Cylindrical-coordinate representation of color #306650: hue angle of 155.56º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #306650 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.6.

Color convert

RGB 48 102 80 -
CMYK 0.53 0 0.22 0.6
HSL 155.56º 0.36% 0.29% -
HSV(B) 155.56º 0.53% 0.4% -
XYZ 7.42 10.71 9.27 -
YUV 83.35 126.11 102.79 -
System Red Green Blue C M Y K H S L
Decimal 48 102 80 0.53 0 0.22 0.6 155.56 0.36 0.29
Hex 30 66 50 35 0 16 3C 9C 24 1D
Octal 60 146 120 65 0 26 74 234 44 35
Binary 110000 1100110 1010000 110101 0 10110 111100 10011100 100100 11101

Color Harmonies of #306650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306650

Black with #306650

Text Example


Text Example

White with #306650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306650; }

 p { color: rgb(48,102,80); }

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

background-color css

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

 a { background-color: rgb(48,102,80); }

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

border-color css

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

 span { border-color: rgb(48,102,80); }

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