Html Css Color HEX #30817A Elm

📋 copy color: '#30817A'

red 48 ◦ green 129 ◦ blue 122

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

Shades of Elm #30817A

Tints of Elm #30817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.14%

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

R = 16.05%
G = 43.14%
B = 40.8%

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

#30817A (or 0x30817A) is known color: Elm. HEX triplet: 30, 81 and 7A. RGB value is (48,129,122). Sum of RGB (Red+Green+Blue) = 48+129+122=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 129 (50.78% from 255 or 43.14% from 299); Blue value is 122 (48.05% from 255 or 40.80% from 299); Max value from RGB is 129 - color contains mainly: green. Hex color #30817A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #30817A is #CF7E85. Grayscale: #676767. Windows color (decimal): -13598342 or 8028464. OLE color: 8028464.

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

Color convert

RGB 48 129 122 -
CMYK 0.63 0 0.05 0.49
HSL 174.81º 0.46% 0.35% -
HSV(B) 174.81º 0.63% 0.51% -
XYZ 12.58 17.73 21.17 -
YUV 103.98 138.16 88.07 -
System Red Green Blue C M Y K H S L
Decimal 48 129 122 0.63 0 0.05 0.49 174.81 0.46 0.35
Hex 30 81 7A 3F 0 5 31 AF 2E 23
Octal 60 201 172 77 0 5 61 257 56 43
Binary 110000 10000001 1111010 111111 0 101 110001 10101111 101110 100011

Color Harmonies of #30817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30817A

Black with #30817A

Text Example


Text Example

White with #30817A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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