#308A52

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

Shades of Sea Green #308A52

Tints of Sea Green #308A52

Color information

#308A52 (or 0x308A52) is unknown color: approx Sea Green. HEX triplet: 30, 8A and 52. RGB value is (48,138,82). Sum of RGB (Red+Green+Blue) = 48+138+82=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 138 (54.30% from 255 or 51.49% from 268); Blue value is 82 (32.42% from 255 or 30.60% from 268); Max value from RGB is 138 - color contains mainly: green. Hex color #308A52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308A52 is #CF75AD. Grayscale: #686868. Windows color (decimal): -13596078 or 5409328. OLE color: 5409328.

HSL color Cylindrical-coordinate representation of color #308A52: hue angle of 142.67º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #308A52 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.46.

Color convert

RGB4813882-
CMYK0.6500.410.46
HSL142.67º48.39%36.47%-
HSV(B)142.67º65.22%54.12%-
XYZ11.8319.4111.11-
YUV104.71115.1887.55-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.91%
GREEN value IS 138 (54.30% from 255) = 51.49%
BLUE value IS 82 (32.42% from 255) = 30.60%
R=17.91%
G=51.49%
B=30.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48138820.6500.410.46142.6748.3936.47
Hex308A52410292E8f3024
Octal60212122101051562176044
Binary1100001000101010100101000001010100110111010001111110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,138,82); }

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

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

 a { background-color: rgb(48,138,82); }

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

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

 span { border-color: rgb(48,138,82); }

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