Html Css Color HEX #02824D Salem

📋 copy color: '#02824D'

red 2 ◦ green 130 ◦ blue 77

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

Shades of Salem #02824D

Tints of Salem #02824D

RGB

 RED value IS 2 (1.17% from 255) = 0.96%

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

 BLUE value IS 77 (30.47% from 255) = 36.84%

R = 0.96%
G = 62.2%
B = 36.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#02824D (or 0x02824D) is known color: Salem. HEX triplet: 02, 82 and 4D. RGB value is (2,130,77). Sum of RGB (Red+Green+Blue) = 2+130+77=209 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 209); Green value is 130 (51.17% from 255 or 62.20% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 130 - color contains mainly: green. Hex color #02824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02824D is #FD7DB2. Grayscale: #555555. Windows color (decimal): -16612787 or 5079554. OLE color: 5079554.

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

Color convert

RGB 2 130 77 -
CMYK 0.98 0 0.41 0.49
HSL 155.16º 0.97% 0.26% -
HSV(B) 155.16º 0.98% 0.51% -
XYZ 9.35 16.51 9.72 -
YUV 85.69 123.09 68.31 -
System Red Green Blue C M Y K H S L
Decimal 2 130 77 0.98 0 0.41 0.49 155.16 0.97 0.26
Hex 2 82 4D 62 0 29 31 9B 61 1A
Octal 2 202 115 142 0 51 61 233 141 32
Binary 10 10000010 1001101 1100010 0 101001 110001 10011011 1100001 11010

Color Harmonies of #02824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02824D

Black with #02824D

Text Example


Text Example

White with #02824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02824D; }

 p { color: rgb(2,130,77); }

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

background-color css

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

 a { background-color: rgb(2,130,77); }

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

border-color css

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

 span { border-color: rgb(2,130,77); }

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