#308E42

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

Shades of Sea Green #308E42

Tints of Sea Green #308E42

Color information

#308E42 (or 0x308E42) is unknown color: approx Sea Green. HEX triplet: 30, 8E and 42. RGB value is (48,142,66). Sum of RGB (Red+Green+Blue) = 48+142+66=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 142 (55.86% from 255 or 55.47% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 142 - color contains mainly: green. Hex color #308E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308E42 is #CF71BD. Grayscale: #696969. Windows color (decimal): -13595070 or 4361776. OLE color: 4361776.

HSL color Cylindrical-coordinate representation of color #308E42: hue angle of 131.49º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308E42 is Cyan = 0.66, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB4814266-
CMYK0.6600.540.44
HSL131.49º49.47%37.25%-
HSV(B)131.49º66.2%55.69%-
XYZ11.8820.378.46-
YUV105.23105.8687.18-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.75%
GREEN value IS 142 (55.86% from 255) = 55.47%
BLUE value IS 66 (26.17% from 255) = 25.78%
R=18.75%
G=55.47%
B=25.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal48142660.6600.540.44131.4949.4737.25
Hex308E42420362C833125
Octal60216102102066542036145
Binary1100001000111010000101000010011011010110010000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308E42; }

 p { color: rgb(48,142,66); }

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

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

 a { background-color: rgb(48,142,66); }

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

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

 span { border-color: rgb(48,142,66); }

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