Html Css Color HEX #30877F Elm

📋 copy color: '#30877F'

red 48 ◦ green 135 ◦ blue 127

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

Shades of Elm #30877F

Tints of Elm #30877F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.97%

R = 15.48%
G = 43.55%
B = 40.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#30877F (or 0x30877F) is known color: Elm. HEX triplet: 30, 87 and 7F. RGB value is (48,135,127). Sum of RGB (Red+Green+Blue) = 48+135+127=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 135 (53.12% from 255 or 43.55% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 135 - color contains mainly: green. Hex color #30877F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30877F is #CF7880. Grayscale: #6C6C6C. Windows color (decimal): -13596801 or 8357680. OLE color: 8357680.

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

Color convert

RGB 48 135 127 -
CMYK 0.64 0 0.06 0.47
HSL 174.48º 0.48% 0.36% -
HSV(B) 174.48º 0.64% 0.53% -
XYZ 13.71 19.49 23.12 -
YUV 108.08 138.68 85.15 -
System Red Green Blue C M Y K H S L
Decimal 48 135 127 0.64 0 0.06 0.47 174.48 0.48 0.36
Hex 30 87 7F 40 0 6 2F AE 30 24
Octal 60 207 177 100 0 6 57 256 60 44
Binary 110000 10000111 1111111 1000000 0 110 101111 10101110 110000 100100

Color Harmonies of #30877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30877F

Black with #30877F

Text Example


Text Example

White with #30877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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