Html Css Color HEX #02C645 Dark Pastel Green

📋 copy color: '#02C645'

red 2 ◦ green 198 ◦ blue 69

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

Shades of Dark Pastel Green #02C645

Tints of Dark Pastel Green #02C645

RGB

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

 GREEN value IS 198 (77.73% from 255) = 73.61%

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 0.74%
G = 73.61%
B = 25.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#02C645 (or 0x02C645) is known color: Dark Pastel Green. HEX triplet: 02, C6 and 45. RGB value is (2,198,69). Sum of RGB (Red+Green+Blue) = 2+198+69=269 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 269); Green value is 198 (77.73% from 255 or 73.61% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 198 - color contains mainly: green. Hex color #02C645 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C645 is #FD39BA. Grayscale: #7D7D7D. Windows color (decimal): -16595387 or 4572674. OLE color: 4572674.

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

Color convert

RGB 2 198 69 -
CMYK 0.99 0 0.65 0.22
HSL 140.51º 0.98% 0.39% -
HSV(B) 140.51º 0.99% 0.78% -
XYZ 21.29 40.83 12.39 -
YUV 124.69 96.57 40.49 -
System Red Green Blue C M Y K H S L
Decimal 2 198 69 0.99 0 0.65 0.22 140.51 0.98 0.39
Hex 2 C6 45 63 0 41 16 8D 62 27
Octal 2 306 105 143 0 101 26 215 142 47
Binary 10 11000110 1000101 1100011 0 1000001 10110 10001101 1100010 100111

Color Harmonies of #02C645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C645

Black with #02C645

Text Example


Text Example

White with #02C645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,198,69); }

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

background-color css

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

 a { background-color: rgb(2,198,69); }

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

border-color css

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

 span { border-color: rgb(2,198,69); }

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