#306154

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

Shades of Eden #306154

Tints of Eden #306154

Color information

#306154 (or 0x306154) is unknown color: approx Eden. HEX triplet: 30, 61 and 54. RGB value is (48,97,84). Sum of RGB (Red+Green+Blue) = 48+97+84=229 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.96% from 229); Green value is 97 (38.28% from 255 or 42.36% from 229); Blue value is 84 (33.20% from 255 or 36.68% from 229); Max value from RGB is 97 - color contains mainly: green. Hex color #306154 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306154 is #CF9EAB. Grayscale: #505050. Windows color (decimal): -13606572 or 5529904. OLE color: 5529904.

HSL color Cylindrical-coordinate representation of color #306154: hue angle of 164.08º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #306154 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB489784-
CMYK0.5100.130.62
HSL164.08º33.79%28.43%-
HSV(B)164.08º50.52%38.04%-
XYZ7.099.829.91-
YUV80.87129.77104.56-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.96%
GREEN value IS 97 (38.28% from 255) = 42.36%
BLUE value IS 84 (33.20% from 255) = 36.68%
R=20.96%
G=42.36%
B=36.68%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4897840.5100.130.62164.0833.7928.43
Hex306154330D3Ea4221c
Octal6014112463015762444234
Binary11000011000011010100110011011011111101010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306154; }

 p { color: rgb(48,97,84); }

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

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

 a { background-color: rgb(48,97,84); }

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

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

 span { border-color: rgb(48,97,84); }

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