Html Css Color HEX #30845F Sea Green

📋 copy color: '#30845F'

red 48 ◦ green 132 ◦ blue 95

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

Shades of Sea Green #30845F

Tints of Sea Green #30845F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 48%

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

R = 17.45%
G = 48%
B = 34.55%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#30845F (or 0x30845F) is known color: Sea Green. HEX triplet: 30, 84 and 5F. RGB value is (48,132,95). Sum of RGB (Red+Green+Blue) = 48+132+95=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 95 (37.5% from 255 or 34.55% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #30845F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30845F is #CF7BA0. Grayscale: #666666. Windows color (decimal): -13597601 or 6259760. OLE color: 6259760.

HSL color Cylindrical-coordinate representation of color #30845F: hue angle of 153.57º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30845F is Cyan = 0.64, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 95 -
CMYK 0.64 0 0.28 0.48
HSL 153.57º 0.47% 0.35% -
HSV(B) 153.57º 0.64% 0.52% -
XYZ 11.54 17.96 13.68 -
YUV 102.67 123.67 89.01 -
System Red Green Blue C M Y K H S L
Decimal 48 132 95 0.64 0 0.28 0.48 153.57 0.47 0.35
Hex 30 84 5F 40 0 1C 30 9A 2F 23
Octal 60 204 137 100 0 34 60 232 57 43
Binary 110000 10000100 1011111 1000000 0 11100 110000 10011010 101111 100011

Color Harmonies of #30845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30845F

Black with #30845F

Text Example


Text Example

White with #30845F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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