Html Css Color HEX #30874D Sea Green

📋 copy color: '#30874D'

red 48 ◦ green 135 ◦ blue 77

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

Shades of Sea Green #30874D

Tints of Sea Green #30874D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 51.92%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 18.46%
G = 51.92%
B = 29.62%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#30874D (or 0x30874D) is known color: Sea Green. HEX triplet: 30, 87 and 4D. RGB value is (48,135,77). Sum of RGB (Red+Green+Blue) = 48+135+77=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 135 (53.12% from 255 or 51.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 135 - color contains mainly: green. Hex color #30874D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30874D is #CF78B2. Grayscale: #666666. Windows color (decimal): -13596851 or 5080880. OLE color: 5080880.

HSL color Cylindrical-coordinate representation of color #30874D: hue angle of 140º degrees, saturation: 0.48, 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 #30874D is Cyan = 0.64, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 77 -
CMYK 0.64 0 0.43 0.47
HSL 140º 0.48% 0.36% -
HSV(B) 140º 0.64% 0.53% -
XYZ 11.22 18.49 10 -
YUV 102.38 113.68 89.22 -
System Red Green Blue C M Y K H S L
Decimal 48 135 77 0.64 0 0.43 0.47 140 0.48 0.36
Hex 30 87 4D 40 0 2B 2F 8C 30 24
Octal 60 207 115 100 0 53 57 214 60 44
Binary 110000 10000111 1001101 1000000 0 101011 101111 10001100 110000 100100

Color Harmonies of #30874D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30874D

Black with #30874D

Text Example


Text Example

White with #30874D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30874D; }

 p { color: rgb(48,135,77); }

 H1.HeaderClassName
 {
   color: #30874D;
 }
 .AnyTagClassName
 {
   color: #30874D;
 }
</style>

background-color css

<style>
 a { background-color: #30874D; }

 a { background-color: rgb(48,135,77); }

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

border-color css

<style>
 span { border-color: #30874D; }

 span { border-color: rgb(48,135,77); }

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