Html Css Color HEX #30875C Sea Green

📋 copy color: '#30875C'

red 48 ◦ green 135 ◦ blue 92

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

Shades of Sea Green #30875C

Tints of Sea Green #30875C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.45%

R = 17.45%
G = 49.09%
B = 33.45%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#30875C (or 0x30875C) is known color: Sea Green. HEX triplet: 30, 87 and 5C. RGB value is (48,135,92). Sum of RGB (Red+Green+Blue) = 48+135+92=275 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.45% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #30875C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30875C is #CF78A3. Grayscale: #686868. Windows color (decimal): -13596836 or 6063920. OLE color: 6063920.

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

Color convert

RGB 48 135 92 -
CMYK 0.64 0 0.32 0.47
HSL 150.34º 0.48% 0.36% -
HSV(B) 150.34º 0.64% 0.53% -
XYZ 11.81 18.73 13.12 -
YUV 104.09 121.18 88 -
System Red Green Blue C M Y K H S L
Decimal 48 135 92 0.64 0 0.32 0.47 150.34 0.48 0.36
Hex 30 87 5C 40 0 20 2F 96 30 24
Octal 60 207 134 100 0 40 57 226 60 44
Binary 110000 10000111 1011100 1000000 0 100000 101111 10010110 110000 100100

Color Harmonies of #30875C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30875C

Black with #30875C

Text Example


Text Example

White with #30875C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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