Html Css Color HEX #30964E Sea Green

📋 copy color: '#30964E'

red 48 ◦ green 150 ◦ blue 78

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

Shades of Sea Green #30964E

Tints of Sea Green #30964E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 54.35%

 BLUE value IS 78 (30.86% from 255) = 28.26%

R = 17.39%
G = 54.35%
B = 28.26%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.48

 K value IS 0.41

RGB Variations

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

Color information

#30964E (or 0x30964E) is known color: Sea Green. HEX triplet: 30, 96 and 4E. RGB value is (48,150,78). Sum of RGB (Red+Green+Blue) = 48+150+78=276 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.39% from 276); Green value is 150 (58.98% from 255 or 54.35% from 276); Blue value is 78 (30.86% from 255 or 28.26% from 276); Max value from RGB is 150 - color contains mainly: green. Hex color #30964E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30964E is #CF69B1. Grayscale: #6F6F6F. Windows color (decimal): -13593010 or 5150256. OLE color: 5150256.

HSL color Cylindrical-coordinate representation of color #30964E: hue angle of 137.65º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #30964E is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 78 -
CMYK 0.68 0 0.48 0.41
HSL 137.65º 0.52% 0.39% -
HSV(B) 137.65º 0.68% 0.59% -
XYZ 13.5 22.99 10.93 -
YUV 111.29 109.21 82.85 -
System Red Green Blue C M Y K H S L
Decimal 48 150 78 0.68 0 0.48 0.41 137.65 0.52 0.39
Hex 30 96 4E 44 0 30 29 8A 34 27
Octal 60 226 116 104 0 60 51 212 64 47
Binary 110000 10010110 1001110 1000100 0 110000 101001 10001010 110100 100111

Color Harmonies of #30964E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30964E

Black with #30964E

Text Example


Text Example

White with #30964E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30964E; }

 p { color: rgb(48,150,78); }

 H1.HeaderClassName
 {
   color: #30964E;
 }
 .AnyTagClassName
 {
   color: #30964E;
 }
</style>

background-color css

<style>
 a { background-color: #30964E; }

 a { background-color: rgb(48,150,78); }

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

border-color css

<style>
 span { border-color: #30964E; }

 span { border-color: rgb(48,150,78); }

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