Html Css Color HEX #02884C Salem

📋 copy color: '#02884C'

red 2 ◦ green 136 ◦ blue 76

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

Shades of Salem #02884C

Tints of Salem #02884C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 63.55%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 0.93%
G = 63.55%
B = 35.51%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#02884C (or 0x02884C) is known color: Salem. HEX triplet: 02, 88 and 4C. RGB value is (2,136,76). Sum of RGB (Red+Green+Blue) = 2+136+76=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 136 (53.52% from 255 or 63.55% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 136 - color contains mainly: green. Hex color #02884C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02884C is #FD77B3. Grayscale: #595959. Windows color (decimal): -16611252 or 5015554. OLE color: 5015554.

HSL color Cylindrical-coordinate representation of color #02884C: hue angle of 153.13º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02884C is Cyan = 0.99, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 76 -
CMYK 0.99 0 0.44 0.47
HSL 153.13º 0.97% 0.27% -
HSV(B) 153.13º 0.99% 0.53% -
XYZ 10.13 18.14 9.81 -
YUV 89.09 120.61 65.88 -
System Red Green Blue C M Y K H S L
Decimal 2 136 76 0.99 0 0.44 0.47 153.13 0.97 0.27
Hex 2 88 4C 63 0 2C 2F 99 61 1B
Octal 2 210 114 143 0 54 57 231 141 33
Binary 10 10001000 1001100 1100011 0 101100 101111 10011001 1100001 11011

Color Harmonies of #02884C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02884C

Black with #02884C

Text Example


Text Example

White with #02884C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02884C; }

 p { color: rgb(2,136,76); }

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

background-color css

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

 a { background-color: rgb(2,136,76); }

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

border-color css

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

 span { border-color: rgb(2,136,76); }

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