#308463

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

Shades of Sea Green #308463

Tints of Sea Green #308463

Color information

#308463 (or 0x308463) is unknown color: approx Sea Green. HEX triplet: 30, 84 and 63. RGB value is (48,132,99). Sum of RGB (Red+Green+Blue) = 48+132+99=279 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.20% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #308463 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #308463 is #CF7B9C. Grayscale: #676767. Windows color (decimal): -13597597 or 6521904. OLE color: 6521904.

HSL color Cylindrical-coordinate representation of color #308463: hue angle of 156.43º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #308463 is Cyan = 0.64, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB4813299-
CMYK0.6400.250.48
HSL156.43º46.67%35.29%-
HSV(B)156.43º63.64%51.76%-
XYZ11.7218.0314.67-
YUV103.12125.6788.68-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.20%
GREEN value IS 132 (51.95% from 255) = 47.31%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=17.20%
G=47.31%
B=35.48%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal48132990.6400.250.48156.4346.6735.29
Hex30846340019309c2f23
Octal60204143100031602345743
Binary110000100001001100011100000001100111000010011100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #308463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #308463; }

 p { color: rgb(48,132,99); }

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

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

 a { background-color: rgb(48,132,99); }

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

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

 span { border-color: rgb(48,132,99); }

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