#306255

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

Shades of Eden #306255

Tints of Eden #306255

Color information

#306255 (or 0x306255) is unknown color: approx Eden. HEX triplet: 30, 62 and 55. RGB value is (48,98,85). Sum of RGB (Red+Green+Blue) = 48+98+85=231 (30% of max value = 765). Red value is 48 (19.14% from 255 or 20.78% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #306255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #306255 is #CF9DAA. Grayscale: #515151. Windows color (decimal): -13606315 or 5595696. OLE color: 5595696.

HSL color Cylindrical-coordinate representation of color #306255: hue angle of 164.4º 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 #306255 is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB489885-
CMYK0.5100.130.62
HSL164.4º34.25%28.63%-
HSV(B)164.4º51.02%38.43%-
XYZ7.2310.0210.15-
YUV81.57129.94104.06-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 20.78%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 85 (33.59% from 255) = 36.80%
R=20.78%
G=42.42%
B=36.80%

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
Decimal4898850.5100.130.62164.434.2528.63
Hex306255330D3Ea4221d
Octal6014212563015762444235
Binary11000011000101010101110011011011111101010010010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306255; }

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

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

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

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

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

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

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

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