Html Css Color HEX #30815C Sea Green

📋 copy color: '#30815C'

red 48 ◦ green 129 ◦ blue 92

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

Shades of Sea Green #30815C

Tints of Sea Green #30815C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 34.2%

R = 17.84%
G = 47.96%
B = 34.2%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#30815C (or 0x30815C) is known color: Sea Green. HEX triplet: 30, 81 and 5C. RGB value is (48,129,92). Sum of RGB (Red+Green+Blue) = 48+129+92=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 129 (50.78% from 255 or 47.96% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 129 - color contains mainly: green. Hex color #30815C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30815C is #CF7EA3. Grayscale: #646464. Windows color (decimal): -13598372 or 6062384. OLE color: 6062384.

HSL color Cylindrical-coordinate representation of color #30815C: hue angle of 152.59º 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 #30815C is Cyan = 0.63, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 129 92 -
CMYK 0.63 0 0.29 0.49
HSL 152.59º 0.46% 0.35% -
HSV(B) 152.59º 0.63% 0.51% -
XYZ 11 17.1 12.85 -
YUV 100.56 123.16 90.51 -
System Red Green Blue C M Y K H S L
Decimal 48 129 92 0.63 0 0.29 0.49 152.59 0.46 0.35
Hex 30 81 5C 3F 0 1D 31 99 2E 23
Octal 60 201 134 77 0 35 61 231 56 43
Binary 110000 10000001 1011100 111111 0 11101 110001 10011001 101110 100011

Color Harmonies of #30815C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30815C

Black with #30815C

Text Example


Text Example

White with #30815C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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