Html Css Color HEX #30625A Eden

📋 copy color: '#30625A'

red 48 ◦ green 98 ◦ blue 90

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

Shades of Eden #30625A

Tints of Eden #30625A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.14%

R = 20.34%
G = 41.53%
B = 38.14%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.08

 K value IS 0.62

RGB Variations

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

Color information

#30625A (or 0x30625A) is known color: Eden. HEX triplet: 30, 62 and 5A. RGB value is (48,98,90). Sum of RGB (Red+Green+Blue) = 48+98+90=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 98 (38.67% from 255 or 41.53% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 98 - color contains mainly: green. Hex color #30625A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625A is #CF9DA5. Grayscale: #525252. Windows color (decimal): -13606310 or 5923376. OLE color: 5923376.

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

Color convert

RGB 48 98 90 -
CMYK 0.51 0 0.08 0.62
HSL 170.4º 0.34% 0.29% -
HSV(B) 170.4º 0.51% 0.38% -
XYZ 7.43 10.1 11.23 -
YUV 82.14 132.44 103.65 -
System Red Green Blue C M Y K H S L
Decimal 48 98 90 0.51 0 0.08 0.62 170.4 0.34 0.29
Hex 30 62 5A 33 0 8 3E AA 22 1D
Octal 60 142 132 63 0 10 76 252 42 35
Binary 110000 1100010 1011010 110011 0 1000 111110 10101010 100010 11101

Color Harmonies of #30625A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30625A

Black with #30625A

Text Example


Text Example

White with #30625A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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