Html Css Color HEX #02824B Salem

📋 copy color: '#02824B'

red 2 ◦ green 130 ◦ blue 75

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

Shades of Salem #02824B

Tints of Salem #02824B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 36.23%

R = 0.97%
G = 62.8%
B = 36.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#02824B (or 0x02824B) is known color: Salem. HEX triplet: 02, 82 and 4B. RGB value is (2,130,75). Sum of RGB (Red+Green+Blue) = 2+130+75=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 130 (51.17% from 255 or 62.80% from 207); Blue value is 75 (29.69% from 255 or 36.23% from 207); Max value from RGB is 130 - color contains mainly: green. Hex color #02824B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02824B is #FD7DB4. Grayscale: #555555. Windows color (decimal): -16612789 or 4948482. OLE color: 4948482.

HSL color Cylindrical-coordinate representation of color #02824B: hue angle of 154.22º 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 #02824B is Cyan = 0.98, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 130 75 -
CMYK 0.98 0 0.42 0.49
HSL 154.22º 0.97% 0.26% -
HSV(B) 154.22º 0.98% 0.51% -
XYZ 9.28 16.49 9.35 -
YUV 85.46 122.09 68.47 -
System Red Green Blue C M Y K H S L
Decimal 2 130 75 0.98 0 0.42 0.49 154.22 0.97 0.26
Hex 2 82 4B 62 0 2A 31 9A 61 1A
Octal 2 202 113 142 0 52 61 232 141 32
Binary 10 10000010 1001011 1100010 0 101010 110001 10011010 1100001 11010

Color Harmonies of #02824B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02824B

Black with #02824B

Text Example


Text Example

White with #02824B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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