#308C48

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

Shades of Sea Green #308C48

Tints of Sea Green #308C48

Color information

#308C48 (or 0x308C48) is unknown color: approx Sea Green. HEX triplet: 30, 8C and 48. RGB value is (48,140,72). Sum of RGB (Red+Green+Blue) = 48+140+72=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 140 (55.08% from 255 or 53.85% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 140 - color contains mainly: green. Hex color #308C48 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C48 is #CF73B7. Grayscale: #686868. Windows color (decimal): -13595576 or 4754480. OLE color: 4754480.

HSL color Cylindrical-coordinate representation of color #308C48: hue angle of 135.65º 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 #308C48 is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB4814072-
CMYK0.6600.490.45
HSL135.65º48.94%36.86%-
HSV(B)135.65º65.71%54.9%-
XYZ11.7719.859.34-
YUV104.74109.5287.53-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 140 (55.08% from 255) = 53.85%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=18.46%
G=53.85%
B=27.69%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal48140720.6600.490.45135.6548.9436.86
Hex308C48420312D883125
Octal60214110102061552106145
Binary1100001000110010010001000010011000110110110001000110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,140,72); }

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

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

 a { background-color: rgb(48,140,72); }

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

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

 span { border-color: rgb(48,140,72); }

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