Html Css Color HEX #30964B Sea Green

📋 copy color: '#30964B'

red 48 ◦ green 150 ◦ blue 75

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

Shades of Sea Green #30964B

Tints of Sea Green #30964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 27.47%

R = 17.58%
G = 54.95%
B = 27.47%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.5

 K value IS 0.41

RGB Variations

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

Color information

#30964B (or 0x30964B) is known color: Sea Green. HEX triplet: 30, 96 and 4B. RGB value is (48,150,75). Sum of RGB (Red+Green+Blue) = 48+150+75=273 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.58% from 273); Green value is 150 (58.98% from 255 or 54.95% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 150 - color contains mainly: green. Hex color #30964B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30964B is #CF69B4. Grayscale: #6F6F6F. Windows color (decimal): -13593013 or 4953648. OLE color: 4953648.

HSL color Cylindrical-coordinate representation of color #30964B: hue angle of 135.88º 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 #30964B is Cyan = 0.68, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB 48 150 75 -
CMYK 0.68 0 0.5 0.41
HSL 135.88º 0.52% 0.39% -
HSV(B) 135.88º 0.68% 0.59% -
XYZ 13.4 22.95 10.38 -
YUV 110.95 107.71 83.1 -
System Red Green Blue C M Y K H S L
Decimal 48 150 75 0.68 0 0.5 0.41 135.88 0.52 0.39
Hex 30 96 4B 44 0 32 29 88 34 27
Octal 60 226 113 104 0 62 51 210 64 47
Binary 110000 10010110 1001011 1000100 0 110010 101001 10001000 110100 100111

Color Harmonies of #30964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30964B

Black with #30964B

Text Example


Text Example

White with #30964B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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