#30825C

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

Shades of Sea Green #30825C

Tints of Sea Green #30825C

Color information

#30825C (or 0x30825C) is unknown color: approx Sea Green. HEX triplet: 30, 82 and 5C. RGB value is (48,130,92). Sum of RGB (Red+Green+Blue) = 48+130+92=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #30825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825C is #CF7DA3. Grayscale: #656565. Windows color (decimal): -13598116 or 6062640. OLE color: 6062640.

HSL color Cylindrical-coordinate representation of color #30825C: hue angle of 152.2º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30825C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB4813092-
CMYK0.6300.290.49
HSL152.2º46.07%34.9%-
HSV(B)152.2º63.08%50.98%-
XYZ11.1317.3712.89-
YUV101.15122.8390.09-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 130 (51.17% from 255) = 48.15%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=17.78%
G=48.15%
B=34.07%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal48130920.6300.290.49152.246.0734.9
Hex30825C3F01D31982e23
Octal6020213477035612305643
Binary11000010000010101110011111101110111000110011000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30825C; }

 p { color: rgb(48,130,92); }

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

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

 a { background-color: rgb(48,130,92); }

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

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

 span { border-color: rgb(48,130,92); }

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