Html Css Color HEX #30625E Eden

📋 copy color: '#30625E'

red 48 ◦ green 98 ◦ blue 94

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

Shades of Eden #30625E

Tints of Eden #30625E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.83%

 BLUE value IS 94 (37.11% from 255) = 39.17%

R = 20%
G = 40.83%
B = 39.17%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#30625E (or 0x30625E) is known color: Eden. HEX triplet: 30, 62 and 5E. RGB value is (48,98,94). Sum of RGB (Red+Green+Blue) = 48+98+94=240 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20% from 240); Green value is 98 (38.67% from 255 or 40.83% from 240); Blue value is 94 (37.11% from 255 or 39.17% from 240); Max value from RGB is 98 - color contains mainly: green. Hex color #30625E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625E is #CF9DA1. Grayscale: #525252. Windows color (decimal): -13606306 or 6185520. OLE color: 6185520.

HSL color Cylindrical-coordinate representation of color #30625E: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #30625E is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 94 -
CMYK 0.51 0 0.04 0.62
HSL 175.2º 0.34% 0.29% -
HSV(B) 175.2º 0.51% 0.38% -
XYZ 7.61 10.17 12.15 -
YUV 82.59 134.44 103.33 -
System Red Green Blue C M Y K H S L
Decimal 48 98 94 0.51 0 0.04 0.62 175.2 0.34 0.29
Hex 30 62 5E 33 0 4 3E AF 22 1D
Octal 60 142 136 63 0 4 76 257 42 35
Binary 110000 1100010 1011110 110011 0 100 111110 10101111 100010 11101

Color Harmonies of #30625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30625E

Black with #30625E

Text Example


Text Example

White with #30625E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30625E; }

 p { color: rgb(48,98,94); }

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

background-color css

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

 a { background-color: rgb(48,98,94); }

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

border-color css

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

 span { border-color: rgb(48,98,94); }

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