Html Css Color HEX #30875B Sea Green

📋 copy color: '#30875B'

red 48 ◦ green 135 ◦ blue 91

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

Shades of Sea Green #30875B

Tints of Sea Green #30875B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.21%

R = 17.52%
G = 49.27%
B = 33.21%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#30875B (or 0x30875B) is known color: Sea Green. HEX triplet: 30, 87 and 5B. RGB value is (48,135,91). Sum of RGB (Red+Green+Blue) = 48+135+91=274 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.52% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #30875B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30875B is #CF78A4. Grayscale: #686868. Windows color (decimal): -13596837 or 5998384. OLE color: 5998384.

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

Color convert

RGB 48 135 91 -
CMYK 0.64 0 0.33 0.47
HSL 149.66º 0.48% 0.36% -
HSV(B) 149.66º 0.64% 0.53% -
XYZ 11.77 18.71 12.89 -
YUV 103.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 48 135 91 0.64 0 0.33 0.47 149.66 0.48 0.36
Hex 30 87 5B 40 0 21 2F 96 30 24
Octal 60 207 133 100 0 41 57 226 60 44
Binary 110000 10000111 1011011 1000000 0 100001 101111 10010110 110000 100100

Color Harmonies of #30875B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30875B

Black with #30875B

Text Example


Text Example

White with #30875B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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