Html Css Color HEX #02853C Salem

📋 copy color: '#02853C'

red 2 ◦ green 133 ◦ blue 60

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

Shades of Salem #02853C

Tints of Salem #02853C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 68.21%

 BLUE value IS 60 (23.83% from 255) = 30.77%

R = 1.03%
G = 68.21%
B = 30.77%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#02853C (or 0x02853C) is known color: Salem. HEX triplet: 02, 85 and 3C. RGB value is (2,133,60). Sum of RGB (Red+Green+Blue) = 2+133+60=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 133 (52.34% from 255 or 68.21% from 195); Blue value is 60 (23.83% from 255 or 30.77% from 195); Max value from RGB is 133 - color contains mainly: green. Hex color #02853C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02853C is #FD7AC3. Grayscale: #555555. Windows color (decimal): -16612036 or 3966210. OLE color: 3966210.

HSL color Cylindrical-coordinate representation of color #02853C: hue angle of 146.56º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02853C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 133 60 -
CMYK 0.98 0 0.55 0.48
HSL 146.56º 0.97% 0.26% -
HSV(B) 146.56º 0.98% 0.52% -
XYZ 9.23 17.11 7.09 -
YUV 85.51 113.6 68.44 -
System Red Green Blue C M Y K H S L
Decimal 2 133 60 0.98 0 0.55 0.48 146.56 0.97 0.26
Hex 2 85 3C 62 0 37 30 93 61 1A
Octal 2 205 74 142 0 67 60 223 141 32
Binary 10 10000101 111100 1100010 0 110111 110000 10010011 1100001 11010

Color Harmonies of #02853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02853C

Black with #02853C

Text Example


Text Example

White with #02853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,133,60); }

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

background-color css

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

 a { background-color: rgb(2,133,60); }

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

border-color css

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

 span { border-color: rgb(2,133,60); }

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