Html Css Color HEX #30725C Eden

📋 copy color: '#30725C'

red 48 ◦ green 114 ◦ blue 92

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

Shades of Eden #30725C

Tints of Eden #30725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.88%

 BLUE value IS 92 (36.33% from 255) = 36.22%

R = 18.9%
G = 44.88%
B = 36.22%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#30725C (or 0x30725C) is known color: Eden. HEX triplet: 30, 72 and 5C. RGB value is (48,114,92). Sum of RGB (Red+Green+Blue) = 48+114+92=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 92 (36.33% from 255 or 36.22% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #30725C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30725C is #CF8DA3. Grayscale: #5B5B5B. Windows color (decimal): -13602212 or 6058544. OLE color: 6058544.

HSL color Cylindrical-coordinate representation of color #30725C: hue angle of 160º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #30725C is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 48 114 92 -
CMYK 0.58 0 0.19 0.55
HSL 160º 0.41% 0.32% -
HSV(B) 160º 0.58% 0.45% -
XYZ 9.17 13.44 12.24 -
YUV 91.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 48 114 92 0.58 0 0.19 0.55 160 0.41 0.32
Hex 30 72 5C 3A 0 13 37 A0 29 20
Octal 60 162 134 72 0 23 67 240 51 40
Binary 110000 1110010 1011100 111010 0 10011 110111 10100000 101001 100000

Color Harmonies of #30725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30725C

Black with #30725C

Text Example


Text Example

White with #30725C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30725C; }

 p { color: rgb(48,114,92); }

 H1.HeaderClassName
 {
   color: #30725C;
 }
 .AnyTagClassName
 {
   color: #30725C;
 }
</style>

background-color css

<style>
 a { background-color: #30725C; }

 a { background-color: rgb(48,114,92); }

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

border-color css

<style>
 span { border-color: #30725C; }

 span { border-color: rgb(48,114,92); }

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