Html Css Color HEX #02C055 Dark Pastel Green

📋 copy color: '#02C055'

red 2 ◦ green 192 ◦ blue 85

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

Shades of Dark Pastel Green #02C055

Tints of Dark Pastel Green #02C055

RGB

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

 GREEN value IS 192 (75.39% from 255) = 68.82%

 BLUE value IS 85 (33.59% from 255) = 30.47%

R = 0.72%
G = 68.82%
B = 30.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.25

RGB Variations

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

Color information

#02C055 (or 0x02C055) is known color: Dark Pastel Green. HEX triplet: 02, C0 and 55. RGB value is (2,192,85). Sum of RGB (Red+Green+Blue) = 2+192+85=279 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 279); Green value is 192 (75.39% from 255 or 68.82% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 192 - color contains mainly: green. Hex color #02C055 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02C055 is #FD3FAA. Grayscale: #7B7B7B. Windows color (decimal): -16596907 or 5619714. OLE color: 5619714.

HSL color Cylindrical-coordinate representation of color #02C055: hue angle of 146.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02C055 is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 192 85 -
CMYK 0.99 0 0.56 0.25
HSL 146.21º 0.98% 0.38% -
HSV(B) 146.21º 0.99% 0.75% -
XYZ 20.51 38.37 14.92 -
YUV 122.99 106.55 41.7 -
System Red Green Blue C M Y K H S L
Decimal 2 192 85 0.99 0 0.56 0.25 146.21 0.98 0.38
Hex 2 C0 55 63 0 38 19 92 62 26
Octal 2 300 125 143 0 70 31 222 142 46
Binary 10 11000000 1010101 1100011 0 111000 11001 10010010 1100010 100110

Color Harmonies of #02C055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C055

Black with #02C055

Text Example


Text Example

White with #02C055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,192,85); }

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

background-color css

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

 a { background-color: rgb(2,192,85); }

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

border-color css

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

 span { border-color: rgb(2,192,85); }

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