Html Css Color HEX #018248 Salem

📋 copy color: '#018248'

red 1 ◦ green 130 ◦ blue 72

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

Shades of Salem #018248

Tints of Salem #018248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 0.49%
G = 64.04%
B = 35.47%

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

#018248 (or 0x018248) is known color: Salem. HEX triplet: 01, 82 and 48. RGB value is (1,130,72). Sum of RGB (Red+Green+Blue) = 1+130+72=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 130 (51.17% from 255 or 64.04% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 130 - color contains mainly: green. Hex color #018248 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018248 is #FE7DB7. Grayscale: #545454. Windows color (decimal): -16678328 or 4751873. OLE color: 4751873.

HSL color Cylindrical-coordinate representation of color #018248: hue angle of 153.02º 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 #018248 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 72 -
CMYK 0.99 0 0.45 0.49
HSL 153.02º 0.98% 0.26% -
HSV(B) 153.02º 0.99% 0.51% -
XYZ 9.16 16.44 8.82 -
YUV 84.82 120.76 68.22 -
System Red Green Blue C M Y K H S L
Decimal 1 130 72 0.99 0 0.45 0.49 153.02 0.98 0.26
Hex 1 82 48 63 0 2D 31 99 62 1A
Octal 1 202 110 143 0 55 61 231 142 32
Binary 1 10000010 1001000 1100011 0 101101 110001 10011001 1100010 11010

Color Harmonies of #018248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018248

Black with #018248

Text Example


Text Example

White with #018248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018248; }

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

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

background-color css

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

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

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

border-color css

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

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

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