#308856

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

Shades of Sea Green #308856

Tints of Sea Green #308856

Color information

#308856 (or 0x308856) is unknown color: approx Sea Green. HEX triplet: 30, 88 and 56. RGB value is (48,136,86). Sum of RGB (Red+Green+Blue) = 48+136+86=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 136 (53.52% from 255 or 50.37% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 136 - color contains mainly: green. Hex color #308856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308856 is #CF77A9. Grayscale: #686868. Windows color (decimal): -13596586 or 5670960. OLE color: 5670960.

HSL color Cylindrical-coordinate representation of color #308856: hue angle of 145.91º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308856 is Cyan = 0.65, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB4813686-
CMYK0.6500.370.47
HSL145.91º47.83%36.08%-
HSV(B)145.91º64.71%53.33%-
XYZ11.718.9111.84-
YUV103.99117.8588.07-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 136 (53.52% from 255) = 50.37%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=17.78%
G=50.37%
B=31.85%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal48136860.6500.370.47145.9147.8336.08
Hex308856410252F923024
Octal60210126101045572226044
Binary1100001000100010101101000001010010110111110010010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308856; }

 p { color: rgb(48,136,86); }

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

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

 a { background-color: rgb(48,136,86); }

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

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

 span { border-color: rgb(48,136,86); }

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