Html Css Color HEX #30815D Sea Green

📋 copy color: '#30815D'

red 48 ◦ green 129 ◦ blue 93

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

Shades of Sea Green #30815D

Tints of Sea Green #30815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.78%

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

R = 17.78%
G = 47.78%
B = 34.44%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#30815D (or 0x30815D) is known color: Sea Green. HEX triplet: 30, 81 and 5D. RGB value is (48,129,93). Sum of RGB (Red+Green+Blue) = 48+129+93=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 129 (50.78% from 255 or 47.78% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 129 - color contains mainly: green. Hex color #30815D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30815D is #CF7EA2. Grayscale: #646464. Windows color (decimal): -13598371 or 6127920. OLE color: 6127920.

HSL color Cylindrical-coordinate representation of color #30815D: hue angle of 153.33º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30815D is Cyan = 0.63, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 93 -
CMYK 0.63 0 0.28 0.49
HSL 153.33º 0.46% 0.35% -
HSV(B) 153.33º 0.63% 0.51% -
XYZ 11.04 17.12 13.08 -
YUV 100.68 123.66 90.43 -
System Red Green Blue C M Y K H S L
Decimal 48 129 93 0.63 0 0.28 0.49 153.33 0.46 0.35
Hex 30 81 5D 3F 0 1C 31 99 2E 23
Octal 60 201 135 77 0 34 61 231 56 43
Binary 110000 10000001 1011101 111111 0 11100 110001 10011001 101110 100011

Color Harmonies of #30815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30815D

Black with #30815D

Text Example


Text Example

White with #30815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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