Html Css Color HEX #30685D Eden

📋 copy color: '#30685D'

red 48 ◦ green 104 ◦ blue 93

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

Shades of Eden #30685D

Tints of Eden #30685D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 37.96%

R = 19.59%
G = 42.45%
B = 37.96%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#30685D (or 0x30685D) is known color: Eden. HEX triplet: 30, 68 and 5D. RGB value is (48,104,93). Sum of RGB (Red+Green+Blue) = 48+104+93=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 93 (36.72% from 255 or 37.96% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #30685D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685D is #CF97A2. Grayscale: #555555. Windows color (decimal): -13604771 or 6121520. OLE color: 6121520.

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

Color convert

RGB 48 104 93 -
CMYK 0.54 0 0.11 0.59
HSL 168.21º 0.37% 0.3% -
HSV(B) 168.21º 0.54% 0.41% -
XYZ 8.15 11.32 12.11 -
YUV 86 131.95 100.89 -
System Red Green Blue C M Y K H S L
Decimal 48 104 93 0.54 0 0.11 0.59 168.21 0.37 0.3
Hex 30 68 5D 36 0 B 3B A8 25 1E
Octal 60 150 135 66 0 13 73 250 45 36
Binary 110000 1101000 1011101 110110 0 1011 111011 10101000 100101 11110

Color Harmonies of #30685D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30685D

Black with #30685D

Text Example


Text Example

White with #30685D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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