Html Css Color HEX #30825B Sea Green

📋 copy color: '#30825B'

red 48 ◦ green 130 ◦ blue 91

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

Shades of Sea Green #30825B

Tints of Sea Green #30825B

RGB

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

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

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

R = 17.84%
G = 48.33%
B = 33.83%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#30825B (or 0x30825B) is known color: Sea Green. HEX triplet: 30, 82 and 5B. RGB value is (48,130,91). Sum of RGB (Red+Green+Blue) = 48+130+91=269 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.84% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #30825B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825B is #CF7DA4. Grayscale: #656565. Windows color (decimal): -13598117 or 5997104. OLE color: 5997104.

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

Color convert

RGB 48 130 91 -
CMYK 0.63 0 0.30 0.49
HSL 151.46º 0.46% 0.35% -
HSV(B) 151.46º 0.63% 0.51% -
XYZ 11.09 17.35 12.66 -
YUV 101.04 122.33 90.17 -
System Red Green Blue C M Y K H S L
Decimal 48 130 91 0.63 0 0.30 0.49 151.46 0.46 0.35
Hex 30 82 5B 3F 0 1E 31 97 2E 23
Octal 60 202 133 77 0 36 61 227 56 43
Binary 110000 10000010 1011011 111111 0 11110 110001 10010111 101110 100011

Color Harmonies of #30825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825B

Black with #30825B

Text Example


Text Example

White with #30825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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