Html Css Color HEX #30645D Eden

📋 copy color: '#30645D'

red 48 ◦ green 100 ◦ blue 93

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

Shades of Eden #30645D

Tints of Eden #30645D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 41.49%

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

R = 19.92%
G = 41.49%
B = 38.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#30645D (or 0x30645D) is known color: Eden. HEX triplet: 30, 64 and 5D. RGB value is (48,100,93). Sum of RGB (Red+Green+Blue) = 48+100+93=241 (31% of max value = 765). Red value is 48 (19.14% from 255 or 19.92% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 93 (36.72% from 255 or 38.59% from 241); Max value from RGB is 100 - color contains mainly: green. Hex color #30645D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30645D is #CF9BA2. Grayscale: #535353. Windows color (decimal): -13605795 or 6120496. OLE color: 6120496.

HSL color Cylindrical-coordinate representation of color #30645D: hue angle of 171.92º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #30645D is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 93 -
CMYK 0.52 0 0.07 0.61
HSL 171.92º 0.35% 0.29% -
HSV(B) 171.92º 0.52% 0.39% -
XYZ 7.75 10.53 11.98 -
YUV 83.65 133.27 102.57 -
System Red Green Blue C M Y K H S L
Decimal 48 100 93 0.52 0 0.07 0.61 171.92 0.35 0.29
Hex 30 64 5D 34 0 7 3D AC 23 1D
Octal 60 144 135 64 0 7 75 254 43 35
Binary 110000 1100100 1011101 110100 0 111 111101 10101100 100011 11101

Color Harmonies of #30645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30645D

Black with #30645D

Text Example


Text Example

White with #30645D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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