Html Css Color HEX #30827B Elm

📋 copy color: '#30827B'

red 48 ◦ green 130 ◦ blue 123

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

Shades of Elm #30827B

Tints of Elm #30827B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.19%

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

R = 15.95%
G = 43.19%
B = 40.86%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#30827B (or 0x30827B) is known color: Elm. HEX triplet: 30, 82 and 7B. RGB value is (48,130,123). Sum of RGB (Red+Green+Blue) = 48+130+123=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 130 (51.17% from 255 or 43.19% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 130 - color contains mainly: green. Hex color #30827B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827B is #CF7D84. Grayscale: #686868. Windows color (decimal): -13598085 or 8094256. OLE color: 8094256.

HSL color Cylindrical-coordinate representation of color #30827B: hue angle of 174.88º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #30827B is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 123 -
CMYK 0.63 0 0.05 0.49
HSL 174.88º 0.46% 0.35% -
HSV(B) 174.88º 0.63% 0.51% -
XYZ 12.78 18.02 21.54 -
YUV 104.68 138.33 87.57 -
System Red Green Blue C M Y K H S L
Decimal 48 130 123 0.63 0 0.05 0.49 174.88 0.46 0.35
Hex 30 82 7B 3F 0 5 31 AF 2E 23
Octal 60 202 173 77 0 5 61 257 56 43
Binary 110000 10000010 1111011 111111 0 101 110001 10101111 101110 100011

Color Harmonies of #30827B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30827B

Black with #30827B

Text Example


Text Example

White with #30827B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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