Html Css Color HEX #30694F Spectra

📋 copy color: '#30694F'

red 48 ◦ green 105 ◦ blue 79

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

Shades of Spectra #30694F

Tints of Spectra #30694F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 34.05%

R = 20.69%
G = 45.26%
B = 34.05%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.25

 K value IS 0.59

RGB Variations

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

Color information

#30694F (or 0x30694F) is known color: Spectra. HEX triplet: 30, 69 and 4F. RGB value is (48,105,79). Sum of RGB (Red+Green+Blue) = 48+105+79=232 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.69% from 232); Green value is 105 (41.41% from 255 or 45.26% from 232); Blue value is 79 (31.25% from 255 or 34.05% from 232); Max value from RGB is 105 - color contains mainly: green. Hex color #30694F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30694F is #CF96B0. Grayscale: #555555. Windows color (decimal): -13604529 or 5204272. OLE color: 5204272.

HSL color Cylindrical-coordinate representation of color #30694F: hue angle of 152.63º 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 #30694F is Cyan = 0.54, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB 48 105 79 -
CMYK 0.54 0 0.25 0.59
HSL 152.63º 0.37% 0.3% -
HSV(B) 152.63º 0.54% 0.41% -
XYZ 7.68 11.3 9.17 -
YUV 84.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 48 105 79 0.54 0 0.25 0.59 152.63 0.37 0.3
Hex 30 69 4F 36 0 19 3B 99 25 1E
Octal 60 151 117 66 0 31 73 231 45 36
Binary 110000 1101001 1001111 110110 0 11001 111011 10011001 100101 11110

Color Harmonies of #30694F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30694F

Black with #30694F

Text Example


Text Example

White with #30694F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30694F; }

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

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

background-color css

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

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

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

border-color css

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

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

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