#306254

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

Shades of Eden #306254

Tints of Eden #306254

Color information

#306254 (or 0x306254) is unknown color: approx Eden. HEX triplet: 30, 62 and 54. RGB value is (48,98,84). Sum of RGB (Red+Green+Blue) = 48+98+84=230 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.87% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 98 - color contains mainly: green. Hex color #306254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306254 is #CF9DAB. Grayscale: #515151. Windows color (decimal): -13606316 or 5530160. OLE color: 5530160.

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

Color convert

RGB489884-
CMYK0.5100.140.62
HSL163.2º34.25%28.63%-
HSV(B)163.2º51.02%38.43%-
XYZ7.19109.94-
YUV81.45129.44104.14-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.87%
GREEN value IS 98 (38.67% from 255) = 42.61%
BLUE value IS 84 (33.20% from 255) = 36.52%
R=20.87%
G=42.61%
B=36.52%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4898840.5100.140.62163.234.2528.63
Hex306254330E3Ea3221d
Octal6014212463016762434235
Binary11000011000101010100110011011101111101010001110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306254; }

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

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

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

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

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

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

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

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