Html Css Color HEX #018247 Salem

📋 copy color: '#018247'

red 1 ◦ green 130 ◦ blue 71

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

Shades of Salem #018247

Tints of Salem #018247

RGB

 RED value IS 1 (0.78% from 255) = 0.5%

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

 BLUE value IS 71 (28.13% from 255) = 35.15%

R = 0.5%
G = 64.36%
B = 35.15%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#018247 (or 0x018247) is known color: Salem. HEX triplet: 01, 82 and 47. RGB value is (1,130,71). Sum of RGB (Red+Green+Blue) = 1+130+71=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 130 (51.17% from 255 or 64.36% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 130 - color contains mainly: green. Hex color #018247 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018247 is #FE7DB8. Grayscale: #545454. Windows color (decimal): -16678329 or 4686337. OLE color: 4686337.

HSL color Cylindrical-coordinate representation of color #018247: hue angle of 152.56º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018247 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 71 -
CMYK 0.99 0 0.45 0.49
HSL 152.56º 0.98% 0.26% -
HSV(B) 152.56º 0.99% 0.51% -
XYZ 9.13 16.43 8.65 -
YUV 84.7 120.26 68.3 -
System Red Green Blue C M Y K H S L
Decimal 1 130 71 0.99 0 0.45 0.49 152.56 0.98 0.26
Hex 1 82 47 63 0 2D 31 99 62 1A
Octal 1 202 107 143 0 55 61 231 142 32
Binary 1 10000010 1000111 1100011 0 101101 110001 10011001 1100010 11010

Color Harmonies of #018247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018247

Black with #018247

Text Example


Text Example

White with #018247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018247; }

 p { color: rgb(1,130,71); }

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

background-color css

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

 a { background-color: rgb(1,130,71); }

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

border-color css

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

 span { border-color: rgb(1,130,71); }

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