Html Css Color HEX #30805A Sea Green

📋 copy color: '#30805A'

red 48 ◦ green 128 ◦ blue 90

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

Shades of Sea Green #30805A

Tints of Sea Green #30805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.83%

R = 18.05%
G = 48.12%
B = 33.83%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.30

 K value IS 0.50

RGB Variations

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

Color information

#30805A (or 0x30805A) is known color: Sea Green. HEX triplet: 30, 80 and 5A. RGB value is (48,128,90). Sum of RGB (Red+Green+Blue) = 48+128+90=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 128 (50.39% from 255 or 48.12% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 128 - color contains mainly: green. Hex color #30805A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30805A is #CF7FA5. Grayscale: #636363. Windows color (decimal): -13598630 or 5931056. OLE color: 5931056.

HSL color Cylindrical-coordinate representation of color #30805A: hue angle of 151.5º 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 #30805A is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.50.

Color convert

RGB 48 128 90 -
CMYK 0.62 0 0.30 0.50
HSL 151.5º 0.45% 0.35% -
HSV(B) 151.5º 0.63% 0.5% -
XYZ 10.78 16.8 12.35 -
YUV 99.75 122.5 91.09 -
System Red Green Blue C M Y K H S L
Decimal 48 128 90 0.62 0 0.30 0.50 151.5 0.45 0.35
Hex 30 80 5A 3E 0 1E 32 98 2D 23
Octal 60 200 132 76 0 36 62 230 55 43
Binary 110000 10000000 1011010 111110 0 11110 110010 10011000 101101 100011

Color Harmonies of #30805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30805A

Black with #30805A

Text Example


Text Example

White with #30805A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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