Html Css Color HEX #30645F Eden

📋 copy color: '#30645F'

red 48 ◦ green 100 ◦ blue 95

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

Shades of Eden #30645F

Tints of Eden #30645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.09%

R = 19.75%
G = 41.15%
B = 39.09%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#30645F (or 0x30645F) is known color: Eden. HEX triplet: 30, 64 and 5F. RGB value is (48,100,95). Sum of RGB (Red+Green+Blue) = 48+100+95=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 100 (39.45% from 255 or 41.15% from 243); Blue value is 95 (37.5% from 255 or 39.09% from 243); Max value from RGB is 100 - color contains mainly: green. Hex color #30645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30645F is #CF9BA0. Grayscale: #535353. Windows color (decimal): -13605793 or 6251568. OLE color: 6251568.

HSL color Cylindrical-coordinate representation of color #30645F: hue angle of 174.23º 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 #30645F is Cyan = 0.52, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 48 100 95 -
CMYK 0.52 0 0.05 0.61
HSL 174.23º 0.35% 0.29% -
HSV(B) 174.23º 0.52% 0.39% -
XYZ 7.84 10.57 12.45 -
YUV 83.88 134.27 102.41 -
System Red Green Blue C M Y K H S L
Decimal 48 100 95 0.52 0 0.05 0.61 174.23 0.35 0.29
Hex 30 64 5F 34 0 5 3D AE 23 1D
Octal 60 144 137 64 0 5 75 256 43 35
Binary 110000 1100100 1011111 110100 0 101 111101 10101110 100011 11101

Color Harmonies of #30645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30645F

Black with #30645F

Text Example


Text Example

White with #30645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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