Html Css Color HEX #30825E Sea Green

📋 copy color: '#30825E'

red 48 ◦ green 130 ◦ blue 94

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

Shades of Sea Green #30825E

Tints of Sea Green #30825E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.56%

R = 17.65%
G = 47.79%
B = 34.56%

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

#30825E (or 0x30825E) is known color: Sea Green. HEX triplet: 30, 82 and 5E. RGB value is (48,130,94). Sum of RGB (Red+Green+Blue) = 48+130+94=272 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.65% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 94 (37.11% from 255 or 34.56% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #30825E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825E is #CF7DA1. Grayscale: #656565. Windows color (decimal): -13598114 or 6193712. OLE color: 6193712.

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

Color convert

RGB 48 130 94 -
CMYK 0.63 0 0.28 0.49
HSL 153.66º 0.46% 0.35% -
HSV(B) 153.66º 0.63% 0.51% -
XYZ 11.22 17.4 13.36 -
YUV 101.38 123.83 89.93 -
System Red Green Blue C M Y K H S L
Decimal 48 130 94 0.63 0 0.28 0.49 153.66 0.46 0.35
Hex 30 82 5E 3F 0 1C 31 9A 2E 23
Octal 60 202 136 77 0 34 61 232 56 43
Binary 110000 10000010 1011110 111111 0 11100 110001 10011010 101110 100011

Color Harmonies of #30825E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825E

Black with #30825E

Text Example


Text Example

White with #30825E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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