Html Css Color HEX #30685C Eden

📋 copy color: '#30685C'

red 48 ◦ green 104 ◦ blue 92

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

Shades of Eden #30685C

Tints of Eden #30685C

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.62%

 BLUE value IS 92 (36.33% from 255) = 37.7%

R = 19.67%
G = 42.62%
B = 37.7%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.12

 K value IS 0.59

RGB Variations

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

Color information

#30685C (or 0x30685C) is known color: Eden. HEX triplet: 30, 68 and 5C. RGB value is (48,104,92). Sum of RGB (Red+Green+Blue) = 48+104+92=244 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.67% from 244); Green value is 104 (41.02% from 255 or 42.62% from 244); Blue value is 92 (36.33% from 255 or 37.70% from 244); Max value from RGB is 104 - color contains mainly: green. Hex color #30685C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685C is #CF97A3. Grayscale: #555555. Windows color (decimal): -13604772 or 6055984. OLE color: 6055984.

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

Color convert

RGB 48 104 92 -
CMYK 0.54 0 0.12 0.59
HSL 167.14º 0.37% 0.3% -
HSV(B) 167.14º 0.54% 0.41% -
XYZ 8.1 11.3 11.88 -
YUV 85.89 131.45 100.98 -
System Red Green Blue C M Y K H S L
Decimal 48 104 92 0.54 0 0.12 0.59 167.14 0.37 0.3
Hex 30 68 5C 36 0 C 3B A7 25 1E
Octal 60 150 134 66 0 14 73 247 45 36
Binary 110000 1101000 1011100 110110 0 1100 111011 10100111 100101 11110

Color Harmonies of #30685C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30685C

Black with #30685C

Text Example


Text Example

White with #30685C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30685C; }

 p { color: rgb(48,104,92); }

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

background-color css

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

 a { background-color: rgb(48,104,92); }

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

border-color css

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

 span { border-color: rgb(48,104,92); }

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