Html Css Color HEX #018942 Salem

📋 copy color: '#018942'

red 1 ◦ green 137 ◦ blue 66

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

Shades of Salem #018942

Tints of Salem #018942

RGB

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

 GREEN value IS 137 (53.91% from 255) = 67.16%

 BLUE value IS 66 (26.17% from 255) = 32.35%

R = 0.49%
G = 67.16%
B = 32.35%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.52

 K value IS 0.46

RGB Variations

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

Color information

#018942 (or 0x018942) is known color: Salem. HEX triplet: 01, 89 and 42. RGB value is (1,137,66). Sum of RGB (Red+Green+Blue) = 1+137+66=204 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 204); Green value is 137 (53.91% from 255 or 67.16% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 137 - color contains mainly: green. Hex color #018942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018942 is #FE76BD. Grayscale: #585858. Windows color (decimal): -16676542 or 4360449. OLE color: 4360449.

HSL color Cylindrical-coordinate representation of color #018942: hue angle of 148.68º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018942 is Cyan = 0.99, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.46.

Color convert

RGB 1 137 66 -
CMYK 0.99 0 0.52 0.46
HSL 148.68º 0.99% 0.27% -
HSV(B) 148.68º 0.99% 0.54% -
XYZ 9.94 18.29 8.16 -
YUV 88.24 115.44 65.77 -
System Red Green Blue C M Y K H S L
Decimal 1 137 66 0.99 0 0.52 0.46 148.68 0.99 0.27
Hex 1 89 42 63 0 34 2E 95 63 1B
Octal 1 211 102 143 0 64 56 225 143 33
Binary 1 10001001 1000010 1100011 0 110100 101110 10010101 1100011 11011

Color Harmonies of #018942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018942

Black with #018942

Text Example


Text Example

White with #018942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018942; }

 p { color: rgb(1,137,66); }

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

background-color css

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

 a { background-color: rgb(1,137,66); }

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

border-color css

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

 span { border-color: rgb(1,137,66); }

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