Html Css Color HEX #30827A Elm

📋 copy color: '#30827A'

red 48 ◦ green 130 ◦ blue 122

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

Shades of Elm #30827A

Tints of Elm #30827A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 40.67%

R = 16%
G = 43.33%
B = 40.67%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.49

RGB Variations

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

Color information

#30827A (or 0x30827A) is known color: Elm. HEX triplet: 30, 82 and 7A. RGB value is (48,130,122). Sum of RGB (Red+Green+Blue) = 48+130+122=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 122 (48.05% from 255 or 40.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #30827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30827A is #CF7D85. Grayscale: #686868. Windows color (decimal): -13598086 or 8028720. OLE color: 8028720.

HSL color Cylindrical-coordinate representation of color #30827A: hue angle of 174.15º 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 #30827A is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 130 122 -
CMYK 0.63 0 0.06 0.49
HSL 174.15º 0.46% 0.35% -
HSV(B) 174.15º 0.63% 0.51% -
XYZ 12.71 18 21.22 -
YUV 104.57 137.83 87.65 -
System Red Green Blue C M Y K H S L
Decimal 48 130 122 0.63 0 0.06 0.49 174.15 0.46 0.35
Hex 30 82 7A 3F 0 6 31 AE 2E 23
Octal 60 202 172 77 0 6 61 256 56 43
Binary 110000 10000010 1111010 111111 0 110 110001 10101110 101110 100011

Color Harmonies of #30827A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30827A

Black with #30827A

Text Example


Text Example

White with #30827A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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