#308a4a

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

Shades of Sea Green #308A4A

Tints of Sea Green #308A4A

Color information

#308A4A (or 0x308A4A) is unknown color: approx Sea Green. HEX triplet: 30, 8A and 4A. RGB value is (48,138,74). Sum of RGB (Red+Green+Blue) = 48+138+74=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 138 (54.30% from 255 or 53.08% from 260); Blue value is 74 (29.30% from 255 or 28.46% from 260); Max value from RGB is 138 - color contains mainly: green. Hex color #308A4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308A4A is #CF75B5. Grayscale: #676767. Windows color (decimal): -13596086 or 4885040. OLE color: 4885040.

HSL color Cylindrical-coordinate representation of color #308A4A: hue angle of 137.33º 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 #308A4A is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.46.

Color convert

RGB4813874-
CMYK0.6500.460.46
HSL137.33º48.39%36.47%-
HSV(B)137.33º65.22%54.12%-
XYZ11.5419.39.6-
YUV103.79111.1888.2-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 18.46%
GREEN value IS 138 (54.30% from 255) = 53.08%
BLUE value IS 74 (29.30% from 255) = 28.46%
R=18.46%
G=53.08%
B=28.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal48138740.6500.460.46137.3348.3936.47
Hex308A4A4102E2E893024
Octal60212112101056562116044
Binary1100001000101010010101000001010111010111010001001110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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