Html Css Color HEX #30875F Sea Green

📋 copy color: '#30875F'

red 48 ◦ green 135 ◦ blue 95

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

Shades of Sea Green #30875F

Tints of Sea Green #30875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 17.27%
G = 48.56%
B = 34.17%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#30875F (or 0x30875F) is known color: Sea Green. HEX triplet: 30, 87 and 5F. RGB value is (48,135,95). Sum of RGB (Red+Green+Blue) = 48+135+95=278 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.27% from 278); Green value is 135 (53.12% from 255 or 48.56% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 135 - color contains mainly: green. Hex color #30875F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30875F is #CF78A0. Grayscale: #686868. Windows color (decimal): -13596833 or 6260528. OLE color: 6260528.

HSL color Cylindrical-coordinate representation of color #30875F: hue angle of 152.41º 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 #30875F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 48 135 95 -
CMYK 0.64 0 0.30 0.47
HSL 152.41º 0.48% 0.36% -
HSV(B) 152.41º 0.64% 0.53% -
XYZ 11.95 18.78 13.82 -
YUV 104.43 122.68 87.75 -
System Red Green Blue C M Y K H S L
Decimal 48 135 95 0.64 0 0.30 0.47 152.41 0.48 0.36
Hex 30 87 5F 40 0 1E 2F 98 30 24
Octal 60 207 137 100 0 36 57 230 60 44
Binary 110000 10000111 1011111 1000000 0 11110 101111 10011000 110000 100100

Color Harmonies of #30875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30875F

Black with #30875F

Text Example


Text Example

White with #30875F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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