Html Css Color HEX #30825D Sea Green

📋 copy color: '#30825D'

red 48 ◦ green 130 ◦ blue 93

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

Shades of Sea Green #30825D

Tints of Sea Green #30825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 47.97%

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

R = 17.71%
G = 47.97%
B = 34.32%

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

#30825D (or 0x30825D) is known color: Sea Green. HEX triplet: 30, 82 and 5D. RGB value is (48,130,93). Sum of RGB (Red+Green+Blue) = 48+130+93=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 130 (51.17% from 255 or 47.97% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 130 - color contains mainly: green. Hex color #30825D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825D is #CF7DA2. Grayscale: #656565. Windows color (decimal): -13598115 or 6128176. OLE color: 6128176.

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

Color convert

RGB 48 130 93 -
CMYK 0.63 0 0.28 0.49
HSL 152.93º 0.46% 0.35% -
HSV(B) 152.93º 0.63% 0.51% -
XYZ 11.18 17.38 13.12 -
YUV 101.26 123.33 90.01 -
System Red Green Blue C M Y K H S L
Decimal 48 130 93 0.63 0 0.28 0.49 152.93 0.46 0.35
Hex 30 82 5D 3F 0 1C 31 99 2E 23
Octal 60 202 135 77 0 34 61 231 56 43
Binary 110000 10000010 1011101 111111 0 11100 110001 10011001 101110 100011

Color Harmonies of #30825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825D

Black with #30825D

Text Example


Text Example

White with #30825D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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