#30675B

Color #30675B Eden (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eden #30675B

Tints of Eden #30675B

Color information

#30675B (or 0x30675B) is unknown color: approx Eden. HEX triplet: 30, 67 and 5B. RGB value is (48,103,91). Sum of RGB (Red+Green+Blue) = 48+103+91=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 103 (40.62% from 255 or 42.56% from 242); Blue value is 91 (35.94% from 255 or 37.60% from 242); Max value from RGB is 103 - color contains mainly: green. Hex color #30675B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30675B is #CF98A4. Grayscale: #555555. Windows color (decimal): -13605029 or 5990192. OLE color: 5990192.

HSL color Cylindrical-coordinate representation of color #30675B: hue angle of 166.91º 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 #30675B is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB4810391-
CMYK0.5300.120.60
HSL166.91º36.42%29.61%-
HSV(B)166.91º53.4%40.39%-
XYZ7.9611.0811.62-
YUV85.19131.28101.48-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 19.83%
GREEN value IS 103 (40.62% from 255) = 42.56%
BLUE value IS 91 (35.94% from 255) = 37.60%
R=19.83%
G=42.56%
B=37.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal48103910.5300.120.60166.9136.4229.61
Hex30675B350C3Ca7241e
Octal6014713365014742474436
Binary11000011001111011011110101011001111001010011110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30675B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #30675B;
 }
 .AnyTagClassName
 {
   color: #30675B;
 }
</style>
background-color css

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

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

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

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

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

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