Html Css Color HEX #30805D Sea Green

📋 copy color: '#30805D'

red 48 ◦ green 128 ◦ blue 93

#30805D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #30805D

Tints of Sea Green #30805D

RGB

 RED value IS 48 (19.14% from 255) = 17.84%

 GREEN value IS 128 (50.39% from 255) = 47.58%

 BLUE value IS 93 (36.72% from 255) = 34.57%

R = 17.84%
G = 47.58%
B = 34.57%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#30805D (or 0x30805D) is known color: Sea Green. HEX triplet: 30, 80 and 5D. RGB value is (48,128,93). Sum of RGB (Red+Green+Blue) = 48+128+93=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 128 (50.39% from 255 or 47.58% from 269); Blue value is 93 (36.72% from 255 or 34.57% from 269); Max value from RGB is 128 - color contains mainly: green. Hex color #30805D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30805D is #CF7FA2. Grayscale: #646464. Windows color (decimal): -13598627 or 6127664. OLE color: 6127664.

HSL color Cylindrical-coordinate representation of color #30805D: hue angle of 153.75º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30805D is Cyan = 0.62, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 93 -
CMYK 0.62 0 0.27 0.50
HSL 153.75º 0.45% 0.35% -
HSV(B) 153.75º 0.63% 0.5% -
XYZ 10.91 16.86 13.03 -
YUV 100.09 124 90.85 -
System Red Green Blue C M Y K H S L
Decimal 48 128 93 0.62 0 0.27 0.50 153.75 0.45 0.35
Hex 30 80 5D 3E 0 1B 32 9A 2D 23
Octal 60 200 135 76 0 33 62 232 55 43
Binary 110000 10000000 1011101 111110 0 11011 110010 10011010 101101 100011

Color Harmonies of #30805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30805D

Black with #30805D

Text Example


Text Example

White with #30805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30805D; }

 p { color: rgb(48,128,93); }

 H1.HeaderClassName
 {
   color: #30805D;
 }
 .AnyTagClassName
 {
   color: #30805D;
 }
</style>

background-color css

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

 a { background-color: rgb(48,128,93); }

 div.DivClassName
 {
   background-color: #30805D;
 }
 .BgClassName
 {
   background-color: #30805D;
 }
</style>

border-color css

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

 span { border-color: rgb(48,128,93); }

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