Html Css Color HEX #30877B Elm

📋 copy color: '#30877B'

red 48 ◦ green 135 ◦ blue 123

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

Shades of Elm #30877B

Tints of Elm #30877B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.2%

R = 15.69%
G = 44.12%
B = 40.2%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.09

 K value IS 0.47

RGB Variations

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

Color information

#30877B (or 0x30877B) is known color: Elm. HEX triplet: 30, 87 and 7B. RGB value is (48,135,123). Sum of RGB (Red+Green+Blue) = 48+135+123=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 135 (53.12% from 255 or 44.12% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 135 - color contains mainly: green. Hex color #30877B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30877B is #CF7884. Grayscale: #6B6B6B. Windows color (decimal): -13596805 or 8095536. OLE color: 8095536.

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

Color convert

RGB 48 135 123 -
CMYK 0.64 0 0.09 0.47
HSL 171.72º 0.48% 0.36% -
HSV(B) 171.72º 0.64% 0.53% -
XYZ 13.46 19.39 21.77 -
YUV 107.62 136.68 85.48 -
System Red Green Blue C M Y K H S L
Decimal 48 135 123 0.64 0 0.09 0.47 171.72 0.48 0.36
Hex 30 87 7B 40 0 9 2F AC 30 24
Octal 60 207 173 100 0 11 57 254 60 44
Binary 110000 10000111 1111011 1000000 0 1001 101111 10101100 110000 100100

Color Harmonies of #30877B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30877B

Black with #30877B

Text Example


Text Example

White with #30877B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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