Html Css Color HEX #30685F Eden

📋 copy color: '#30685F'

red 48 ◦ green 104 ◦ blue 95

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

Shades of Eden #30685F

Tints of Eden #30685F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 19.43%
G = 42.11%
B = 38.46%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.59

RGB Variations

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

Color information

#30685F (or 0x30685F) is known color: Eden. HEX triplet: 30, 68 and 5F. RGB value is (48,104,95). Sum of RGB (Red+Green+Blue) = 48+104+95=247 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.43% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #30685F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30685F is #CF97A0. Grayscale: #565656. Windows color (decimal): -13604769 or 6252592. OLE color: 6252592.

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

Color convert

RGB 48 104 95 -
CMYK 0.54 0 0.09 0.59
HSL 170.36º 0.37% 0.3% -
HSV(B) 170.36º 0.54% 0.41% -
XYZ 8.23 11.36 12.58 -
YUV 86.23 132.95 100.73 -
System Red Green Blue C M Y K H S L
Decimal 48 104 95 0.54 0 0.09 0.59 170.36 0.37 0.3
Hex 30 68 5F 36 0 9 3B AA 25 1E
Octal 60 150 137 66 0 11 73 252 45 36
Binary 110000 1101000 1011111 110110 0 1001 111011 10101010 100101 11110

Color Harmonies of #30685F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30685F

Black with #30685F

Text Example


Text Example

White with #30685F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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