Html Css Color HEX #30825A Sea Green

📋 copy color: '#30825A'

red 48 ◦ green 130 ◦ blue 90

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

Shades of Sea Green #30825A

Tints of Sea Green #30825A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 33.58%

R = 17.91%
G = 48.51%
B = 33.58%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#30825A (or 0x30825A) is known color: Sea Green. HEX triplet: 30, 82 and 5A. RGB value is (48,130,90). Sum of RGB (Red+Green+Blue) = 48+130+90=268 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.91% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 90 (35.55% from 255 or 33.58% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #30825A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30825A is #CF7DA5. Grayscale: #656565. Windows color (decimal): -13598118 or 5931568. OLE color: 5931568.

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

Color convert

RGB 48 130 90 -
CMYK 0.63 0 0.31 0.49
HSL 150.73º 0.46% 0.35% -
HSV(B) 150.73º 0.63% 0.51% -
XYZ 11.05 17.33 12.44 -
YUV 100.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 48 130 90 0.63 0 0.31 0.49 150.73 0.46 0.35
Hex 30 82 5A 3F 0 1F 31 97 2E 23
Octal 60 202 132 77 0 37 61 227 56 43
Binary 110000 10000010 1011010 111111 0 11111 110001 10010111 101110 100011

Color Harmonies of #30825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30825A

Black with #30825A

Text Example


Text Example

White with #30825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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