Html Css Color HEX #30864F Sea Green

📋 copy color: '#30864F'

red 48 ◦ green 134 ◦ blue 79

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

Shades of Sea Green #30864F

Tints of Sea Green #30864F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 51.34%

 BLUE value IS 79 (31.25% from 255) = 30.27%

R = 18.39%
G = 51.34%
B = 30.27%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.41

 K value IS 0.47

RGB Variations

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

Color information

#30864F (or 0x30864F) is known color: Sea Green. HEX triplet: 30, 86 and 4F. RGB value is (48,134,79). Sum of RGB (Red+Green+Blue) = 48+134+79=261 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.39% from 261); Green value is 134 (52.73% from 255 or 51.34% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 134 - color contains mainly: green. Hex color #30864F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30864F is #CF79B0. Grayscale: #666666. Windows color (decimal): -13597105 or 5211696. OLE color: 5211696.

HSL color Cylindrical-coordinate representation of color #30864F: hue angle of 141.63º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30864F is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 134 79 -
CMYK 0.64 0 0.41 0.47
HSL 141.63º 0.47% 0.36% -
HSV(B) 141.63º 0.64% 0.53% -
XYZ 11.16 18.24 10.33 -
YUV 102.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 48 134 79 0.64 0 0.41 0.47 141.63 0.47 0.36
Hex 30 86 4F 40 0 29 2F 8E 2F 24
Octal 60 206 117 100 0 51 57 216 57 44
Binary 110000 10000110 1001111 1000000 0 101001 101111 10001110 101111 100100

Color Harmonies of #30864F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30864F

Black with #30864F

Text Example


Text Example

White with #30864F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,134,79); }

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

background-color css

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

 a { background-color: rgb(48,134,79); }

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

border-color css

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

 span { border-color: rgb(48,134,79); }

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