#30934B

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

Shades of Sea Green #30934B

Tints of Sea Green #30934B

Color information

#30934B (or 0x30934B) is unknown color: approx Sea Green. HEX triplet: 30, 93 and 4B. RGB value is (48,147,75). Sum of RGB (Red+Green+Blue) = 48+147+75=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 147 (57.81% from 255 or 54.44% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 147 - color contains mainly: green. Hex color #30934B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30934B is #CF6CB4. Grayscale: #6D6D6D. Windows color (decimal): -13593781 or 4952880. OLE color: 4952880.

HSL color Cylindrical-coordinate representation of color #30934B: hue angle of 136.36º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30934B is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB4814775-
CMYK0.6700.490.42
HSL136.36º50.77%38.24%-
HSV(B)136.36º67.35%57.65%-
XYZ12.922210.22-
YUV109.19108.784.35-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.78%
GREEN value IS 147 (57.81% from 255) = 54.44%
BLUE value IS 75 (29.69% from 255) = 27.78%
R=17.78%
G=54.44%
B=27.78%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal48147750.6700.490.42136.3650.7738.24
Hex30934B430312A883326
Octal60223113103061522106346
Binary1100001001001110010111000011011000110101010001000110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30934B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30934B; }

 p { color: rgb(48,147,75); }

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

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

 a { background-color: rgb(48,147,75); }

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

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

 span { border-color: rgb(48,147,75); }

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