Html Css Color HEX #30625D Eden

📋 copy color: '#30625D'

red 48 ◦ green 98 ◦ blue 93

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

Shades of Eden #30625D

Tints of Eden #30625D

RGB

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

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

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

R = 20.08%
G = 41%
B = 38.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.05

 K value IS 0.62

RGB Variations

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

Color information

#30625D (or 0x30625D) is known color: Eden. HEX triplet: 30, 62 and 5D. RGB value is (48,98,93). Sum of RGB (Red+Green+Blue) = 48+98+93=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 93 (36.72% from 255 or 38.91% from 239); Max value from RGB is 98 - color contains mainly: green. Hex color #30625D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625D is #CF9DA2. Grayscale: #525252. Windows color (decimal): -13606307 or 6119984. OLE color: 6119984.

HSL color Cylindrical-coordinate representation of color #30625D: hue angle of 174º 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 #30625D is Cyan = 0.51, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB 48 98 93 -
CMYK 0.51 0 0.05 0.62
HSL 174º 0.34% 0.29% -
HSV(B) 174º 0.51% 0.38% -
XYZ 7.56 10.15 11.92 -
YUV 82.48 133.94 103.41 -
System Red Green Blue C M Y K H S L
Decimal 48 98 93 0.51 0 0.05 0.62 174 0.34 0.29
Hex 30 62 5D 33 0 5 3E AE 22 1D
Octal 60 142 135 63 0 5 76 256 42 35
Binary 110000 1100010 1011101 110011 0 101 111110 10101110 100010 11101

Color Harmonies of #30625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30625D

Black with #30625D

Text Example


Text Example

White with #30625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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