Html Css Color HEX #02C849 Dark Pastel Green

📋 copy color: '#02C849'

red 2 ◦ green 200 ◦ blue 73

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

Shades of Dark Pastel Green #02C849

Tints of Dark Pastel Green #02C849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 72.73%

 BLUE value IS 73 (28.91% from 255) = 26.55%

R = 0.73%
G = 72.73%
B = 26.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#02C849 (or 0x02C849) is known color: Dark Pastel Green. HEX triplet: 02, C8 and 49. RGB value is (2,200,73). Sum of RGB (Red+Green+Blue) = 2+200+73=275 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.73% from 275); Green value is 200 (78.52% from 255 or 72.73% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 200 - color contains mainly: green. Hex color #02C849 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C849 is #FD37B6. Grayscale: #7E7E7E. Windows color (decimal): -16594871 or 4835330. OLE color: 4835330.

HSL color Cylindrical-coordinate representation of color #02C849: hue angle of 141.52º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C849 is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 200 73 -
CMYK 0.99 0 0.64 0.22
HSL 141.52º 0.98% 0.4% -
HSV(B) 141.52º 0.99% 0.78% -
XYZ 21.88 41.8 13.22 -
YUV 126.32 97.9 39.33 -
System Red Green Blue C M Y K H S L
Decimal 2 200 73 0.99 0 0.64 0.22 141.52 0.98 0.4
Hex 2 C8 49 63 0 40 16 8E 62 28
Octal 2 310 111 143 0 100 26 216 142 50
Binary 10 11001000 1001001 1100011 0 1000000 10110 10001110 1100010 101000

Color Harmonies of #02C849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C849

Black with #02C849

Text Example


Text Example

White with #02C849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02C849; }

 p { color: rgb(2,200,73); }

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

background-color css

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

 a { background-color: rgb(2,200,73); }

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

border-color css

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

 span { border-color: rgb(2,200,73); }

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