Html Css Color HEX #30885A Sea Green

📋 copy color: '#30885A'

red 48 ◦ green 136 ◦ blue 90

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

Shades of Sea Green #30885A

Tints of Sea Green #30885A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 49.64%

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

R = 17.52%
G = 49.64%
B = 32.85%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#30885A (or 0x30885A) is known color: Sea Green. HEX triplet: 30, 88 and 5A. RGB value is (48,136,90). Sum of RGB (Red+Green+Blue) = 48+136+90=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 136 (53.52% from 255 or 49.64% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 136 - color contains mainly: green. Hex color #30885A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30885A is #CF77A5. Grayscale: #686868. Windows color (decimal): -13596582 or 5933104. OLE color: 5933104.

HSL color Cylindrical-coordinate representation of color #30885A: hue angle of 148.64º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30885A is Cyan = 0.65, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 136 90 -
CMYK 0.65 0 0.34 0.47
HSL 148.64º 0.48% 0.36% -
HSV(B) 148.64º 0.65% 0.53% -
XYZ 11.87 18.97 12.71 -
YUV 104.44 119.85 87.74 -
System Red Green Blue C M Y K H S L
Decimal 48 136 90 0.65 0 0.34 0.47 148.64 0.48 0.36
Hex 30 88 5A 41 0 22 2F 95 30 24
Octal 60 210 132 101 0 42 57 225 60 44
Binary 110000 10001000 1011010 1000001 0 100010 101111 10010101 110000 100100

Color Harmonies of #30885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30885A

Black with #30885A

Text Example


Text Example

White with #30885A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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