Html Css Color HEX #30805B Sea Green

📋 copy color: '#30805B'

red 48 ◦ green 128 ◦ blue 91

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

Shades of Sea Green #30805B

Tints of Sea Green #30805B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 34.08%

R = 17.98%
G = 47.94%
B = 34.08%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#30805B (or 0x30805B) is known color: Sea Green. HEX triplet: 30, 80 and 5B. RGB value is (48,128,91). Sum of RGB (Red+Green+Blue) = 48+128+91=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 91 (35.94% from 255 or 34.08% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #30805B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30805B is #CF7FA4. Grayscale: #636363. Windows color (decimal): -13598629 or 5996592. OLE color: 5996592.

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

Color convert

RGB 48 128 91 -
CMYK 0.62 0 0.29 0.50
HSL 152.25º 0.45% 0.35% -
HSV(B) 152.25º 0.63% 0.5% -
XYZ 10.83 16.82 12.57 -
YUV 99.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 48 128 91 0.62 0 0.29 0.50 152.25 0.45 0.35
Hex 30 80 5B 3E 0 1D 32 98 2D 23
Octal 60 200 133 76 0 35 62 230 55 43
Binary 110000 10000000 1011011 111110 0 11101 110010 10011000 101101 100011

Color Harmonies of #30805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30805B

Black with #30805B

Text Example


Text Example

White with #30805B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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