Html Css Color HEX #30825C Sea Green

📋 copy color: '#30825C'

red 48 ◦ green 130 ◦ blue 92

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

Shades of Sea Green #30825C

Tints of Sea Green #30825C

RGB

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

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

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

R = 17.78%
G = 48.15%
B = 34.07%

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

#30825C (or 0x30825C) is known color: Sea Green. HEX triplet: 30, 82 and 5C. RGB value is (48,130,92). Sum of RGB (Red+Green+Blue) = 48+130+92=270 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.78% from 270); Green value is 130 (51.17% from 255 or 48.15% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 130 - color contains mainly: green. Hex color #30825C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825C is #CF7DA3. Grayscale: #656565. Windows color (decimal): -13598116 or 6062640. OLE color: 6062640.

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

Color convert

RGB 48 130 92 -
CMYK 0.63 0 0.29 0.49
HSL 152.2º 0.46% 0.35% -
HSV(B) 152.2º 0.63% 0.51% -
XYZ 11.13 17.37 12.89 -
YUV 101.15 122.83 90.09 -
System Red Green Blue C M Y K H S L
Decimal 48 130 92 0.63 0 0.29 0.49 152.2 0.46 0.35
Hex 30 82 5C 3F 0 1D 31 98 2E 23
Octal 60 202 134 77 0 35 61 230 56 43
Binary 110000 10000010 1011100 111111 0 11101 110001 10011000 101110 100011

Color Harmonies of #30825C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825C

Black with #30825C

Text Example


Text Example

White with #30825C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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