Html Css Color HEX #30615B Eden

📋 copy color: '#30615B'

red 48 ◦ green 97 ◦ blue 91

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

Shades of Eden #30615B

Tints of Eden #30615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

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

R = 20.34%
G = 41.1%
B = 38.56%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.06

 K value IS 0.62

RGB Variations

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

Color information

#30615B (or 0x30615B) is known color: Eden. HEX triplet: 30, 61 and 5B. RGB value is (48,97,91). Sum of RGB (Red+Green+Blue) = 48+97+91=236 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.34% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 91 (35.94% from 255 or 38.56% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #30615B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30615B is #CF9EA4. Grayscale: #515151. Windows color (decimal): -13606565 or 5988656. OLE color: 5988656.

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

Color convert

RGB 48 97 91 -
CMYK 0.51 0 0.06 0.62
HSL 172.65º 0.34% 0.28% -
HSV(B) 172.65º 0.51% 0.38% -
XYZ 7.38 9.93 11.43 -
YUV 81.67 133.27 103.99 -
System Red Green Blue C M Y K H S L
Decimal 48 97 91 0.51 0 0.06 0.62 172.65 0.34 0.28
Hex 30 61 5B 33 0 6 3E AD 22 1C
Octal 60 141 133 63 0 6 76 255 42 34
Binary 110000 1100001 1011011 110011 0 110 111110 10101101 100010 11100

Color Harmonies of #30615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30615B

Black with #30615B

Text Example


Text Example

White with #30615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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