Html Css Color HEX #30914A Sea Green

📋 copy color: '#30914A'

red 48 ◦ green 145 ◦ blue 74

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

Shades of Sea Green #30914A

Tints of Sea Green #30914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 54.31%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 17.98%
G = 54.31%
B = 27.72%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.49

 K value IS 0.43

RGB Variations

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

Color information

#30914A (or 0x30914A) is known color: Sea Green. HEX triplet: 30, 91 and 4A. RGB value is (48,145,74). Sum of RGB (Red+Green+Blue) = 48+145+74=267 (35% of max value = 765). Red value is 48 (19.14% from 255 or 17.98% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #30914A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30914A is #CF6EB5. Grayscale: #6C6C6C. Windows color (decimal): -13594294 or 4886832. OLE color: 4886832.

HSL color Cylindrical-coordinate representation of color #30914A: hue angle of 136.08º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30914A is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 145 74 -
CMYK 0.67 0 0.49 0.43
HSL 136.08º 0.5% 0.38% -
HSV(B) 136.08º 0.67% 0.57% -
XYZ 12.58 21.37 9.94 -
YUV 107.9 108.86 85.27 -
System Red Green Blue C M Y K H S L
Decimal 48 145 74 0.67 0 0.49 0.43 136.08 0.5 0.38
Hex 30 91 4A 43 0 31 2B 88 32 26
Octal 60 221 112 103 0 61 53 210 62 46
Binary 110000 10010001 1001010 1000011 0 110001 101011 10001000 110010 100110

Color Harmonies of #30914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30914A

Black with #30914A

Text Example


Text Example

White with #30914A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,145,74); }

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

background-color css

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

 a { background-color: rgb(48,145,74); }

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

border-color css

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

 span { border-color: rgb(48,145,74); }

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