Html Css Color HEX #018245 Salem

📋 copy color: '#018245'

red 1 ◦ green 130 ◦ blue 69

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

Shades of Salem #018245

Tints of Salem #018245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 34.5%

R = 0.5%
G = 65%
B = 34.5%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#018245 (or 0x018245) is known color: Salem. HEX triplet: 01, 82 and 45. RGB value is (1,130,69). Sum of RGB (Red+Green+Blue) = 1+130+69=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 130 (51.17% from 255 or 65% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 130 - color contains mainly: green. Hex color #018245 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018245 is #FE7DBA. Grayscale: #545454. Windows color (decimal): -16678331 or 4555265. OLE color: 4555265.

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

Color convert

RGB 1 130 69 -
CMYK 0.99 0 0.47 0.49
HSL 151.63º 0.98% 0.26% -
HSV(B) 151.63º 0.99% 0.51% -
XYZ 9.07 16.4 8.32 -
YUV 84.48 119.26 68.46 -
System Red Green Blue C M Y K H S L
Decimal 1 130 69 0.99 0 0.47 0.49 151.63 0.98 0.26
Hex 1 82 45 63 0 2F 31 98 62 1A
Octal 1 202 105 143 0 57 61 230 142 32
Binary 1 10000010 1000101 1100011 0 101111 110001 10011000 1100010 11010

Color Harmonies of #018245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018245

Black with #018245

Text Example


Text Example

White with #018245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018245; }

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

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

background-color css

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

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

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

border-color css

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

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

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