Html Css Color HEX #306952 Spectra

📋 copy color: '#306952'

red 48 ◦ green 105 ◦ blue 82

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

Shades of Spectra #306952

Tints of Spectra #306952

RGB

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

 GREEN value IS 105 (41.41% from 255) = 44.68%

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

R = 20.43%
G = 44.68%
B = 34.89%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.22

 K value IS 0.59

RGB Variations

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

Color information

#306952 (or 0x306952) is known color: Spectra. HEX triplet: 30, 69 and 52. RGB value is (48,105,82). Sum of RGB (Red+Green+Blue) = 48+105+82=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 105 (41.41% from 255 or 44.68% from 235); Blue value is 82 (32.42% from 255 or 34.89% from 235); Max value from RGB is 105 - color contains mainly: green. Hex color #306952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306952 is #CF96AD. Grayscale: #555555. Windows color (decimal): -13604526 or 5400880. OLE color: 5400880.

HSL color Cylindrical-coordinate representation of color #306952: hue angle of 155.79º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #306952 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 82 -
CMYK 0.54 0 0.22 0.59
HSL 155.79º 0.37% 0.3% -
HSV(B) 155.79º 0.54% 0.41% -
XYZ 7.79 11.34 9.76 -
YUV 85.34 126.12 101.37 -
System Red Green Blue C M Y K H S L
Decimal 48 105 82 0.54 0 0.22 0.59 155.79 0.37 0.3
Hex 30 69 52 36 0 16 3B 9C 25 1E
Octal 60 151 122 66 0 26 73 234 45 36
Binary 110000 1101001 1010010 110110 0 10110 111011 10011100 100101 11110

Color Harmonies of #306952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #306952

Black with #306952

Text Example


Text Example

White with #306952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #306952; }

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

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

background-color css

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

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

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

border-color css

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

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

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