Html Css Color HEX #30845B Sea Green

📋 copy color: '#30845B'

red 48 ◦ green 132 ◦ blue 91

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

Shades of Sea Green #30845B

Tints of Sea Green #30845B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.58%

R = 17.71%
G = 48.71%
B = 33.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#30845B (or 0x30845B) is known color: Sea Green. HEX triplet: 30, 84 and 5B. RGB value is (48,132,91). Sum of RGB (Red+Green+Blue) = 48+132+91=271 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.71% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 91 (35.94% from 255 or 33.58% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #30845B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30845B is #CF7BA4. Grayscale: #666666. Windows color (decimal): -13597605 or 5997616. OLE color: 5997616.

HSL color Cylindrical-coordinate representation of color #30845B: hue angle of 150.71º 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 #30845B is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 132 91 -
CMYK 0.64 0 0.31 0.48
HSL 150.71º 0.47% 0.35% -
HSV(B) 150.71º 0.64% 0.52% -
XYZ 11.36 17.89 12.75 -
YUV 102.21 121.67 89.33 -
System Red Green Blue C M Y K H S L
Decimal 48 132 91 0.64 0 0.31 0.48 150.71 0.47 0.35
Hex 30 84 5B 40 0 1F 30 97 2F 23
Octal 60 204 133 100 0 37 60 227 57 43
Binary 110000 10000100 1011011 1000000 0 11111 110000 10010111 101111 100011

Color Harmonies of #30845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30845B

Black with #30845B

Text Example


Text Example

White with #30845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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