#308D42

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

Shades of Sea Green #308D42

Tints of Sea Green #308D42

Color information

#308D42 (or 0x308D42) is unknown color: approx Sea Green. HEX triplet: 30, 8D and 42. RGB value is (48,141,66). Sum of RGB (Red+Green+Blue) = 48+141+66=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #308D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308D42 is #CF72BD. Grayscale: #686868. Windows color (decimal): -13595326 or 4361520. OLE color: 4361520.

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

Color convert

RGB4814166-
CMYK0.6600.530.45
HSL131.61º49.21%37.06%-
HSV(B)131.61º65.96%55.29%-
XYZ11.7320.078.41-
YUV104.64106.1987.6-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.82%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=18.82%
G=55.29%
B=25.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48141660.6600.530.45131.6149.2137.06
Hex308D42420352D843125
Octal60215102102065552046145
Binary1100001000110110000101000010011010110110110000100110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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