Html Css Color HEX #30675E Eden

📋 copy color: '#30675E'

red 48 ◦ green 103 ◦ blue 94

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

Shades of Eden #30675E

Tints of Eden #30675E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 42.04%

 BLUE value IS 94 (37.11% from 255) = 38.37%

R = 19.59%
G = 42.04%
B = 38.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.09

 K value IS 0.60

RGB Variations

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

Color information

#30675E (or 0x30675E) is known color: Eden. HEX triplet: 30, 67 and 5E. RGB value is (48,103,94). Sum of RGB (Red+Green+Blue) = 48+103+94=245 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.59% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #30675E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675E is #CF98A1. Grayscale: #555555. Windows color (decimal): -13605026 or 6186800. OLE color: 6186800.

HSL color Cylindrical-coordinate representation of color #30675E: hue angle of 170.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #30675E is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.60.

Color convert

RGB 48 103 94 -
CMYK 0.53 0 0.09 0.60
HSL 170.18º 0.36% 0.3% -
HSV(B) 170.18º 0.53% 0.4% -
XYZ 8.09 11.14 12.31 -
YUV 85.53 132.78 101.23 -
System Red Green Blue C M Y K H S L
Decimal 48 103 94 0.53 0 0.09 0.60 170.18 0.36 0.3
Hex 30 67 5E 35 0 9 3C AA 24 1E
Octal 60 147 136 65 0 11 74 252 44 36
Binary 110000 1100111 1011110 110101 0 1001 111100 10101010 100100 11110

Color Harmonies of #30675E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30675E

Black with #30675E

Text Example


Text Example

White with #30675E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30675E; }

 p { color: rgb(48,103,94); }

 H1.HeaderClassName
 {
   color: #30675E;
 }
 .AnyTagClassName
 {
   color: #30675E;
 }
</style>

background-color css

<style>
 a { background-color: #30675E; }

 a { background-color: rgb(48,103,94); }

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

border-color css

<style>
 span { border-color: #30675E; }

 span { border-color: rgb(48,103,94); }

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