Html Css Color HEX #30625B Eden

📋 copy color: '#30625B'

red 48 ◦ green 98 ◦ blue 91

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

Shades of Eden #30625B

Tints of Eden #30625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 38.4%

R = 20.25%
G = 41.35%
B = 38.4%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#30625B (or 0x30625B) is known color: Eden. HEX triplet: 30, 62 and 5B. RGB value is (48,98,91). Sum of RGB (Red+Green+Blue) = 48+98+91=237 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.25% from 237); Green value is 98 (38.67% from 255 or 41.35% from 237); Blue value is 91 (35.94% from 255 or 38.40% from 237); Max value from RGB is 98 - color contains mainly: green. Hex color #30625B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30625B is #CF9DA4. Grayscale: #525252. Windows color (decimal): -13606309 or 5988912. OLE color: 5988912.

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

Color convert

RGB 48 98 91 -
CMYK 0.51 0 0.07 0.62
HSL 171.6º 0.34% 0.29% -
HSV(B) 171.6º 0.51% 0.38% -
XYZ 7.47 10.12 11.46 -
YUV 82.25 132.94 103.57 -
System Red Green Blue C M Y K H S L
Decimal 48 98 91 0.51 0 0.07 0.62 171.6 0.34 0.29
Hex 30 62 5B 33 0 7 3E AC 22 1D
Octal 60 142 133 63 0 7 76 254 42 35
Binary 110000 1100010 1011011 110011 0 111 111110 10101100 100010 11101

Color Harmonies of #30625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30625B

Black with #30625B

Text Example


Text Example

White with #30625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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