Html Css Color HEX #30825F Sea Green

📋 copy color: '#30825F'

red 48 ◦ green 130 ◦ blue 95

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

Shades of Sea Green #30825F

Tints of Sea Green #30825F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 17.58%
G = 47.62%
B = 34.8%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#30825F (or 0x30825F) is known color: Sea Green. HEX triplet: 30, 82 and 5F. RGB value is (48,130,95). Sum of RGB (Red+Green+Blue) = 48+130+95=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 130 (51.17% from 255 or 47.62% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 130 - color contains mainly: green. Hex color #30825F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825F is #CF7DA0. Grayscale: #656565. Windows color (decimal): -13598113 or 6259248. OLE color: 6259248.

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

Color convert

RGB 48 130 95 -
CMYK 0.63 0 0.27 0.49
HSL 154.39º 0.46% 0.35% -
HSV(B) 154.39º 0.63% 0.51% -
XYZ 11.27 17.42 13.6 -
YUV 101.49 124.33 89.85 -
System Red Green Blue C M Y K H S L
Decimal 48 130 95 0.63 0 0.27 0.49 154.39 0.46 0.35
Hex 30 82 5F 3F 0 1B 31 9A 2E 23
Octal 60 202 137 77 0 33 61 232 56 43
Binary 110000 10000010 1011111 111111 0 11011 110001 10011010 101110 100011

Color Harmonies of #30825F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825F

Black with #30825F

Text Example


Text Example

White with #30825F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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