Html Css Color HEX #02C945 Dark Pastel Green

📋 copy color: '#02C945'

red 2 ◦ green 201 ◦ blue 69

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

Shades of Dark Pastel Green #02C945

Tints of Dark Pastel Green #02C945

RGB

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

 GREEN value IS 201 (78.91% from 255) = 73.9%

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

R = 0.74%
G = 73.9%
B = 25.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#02C945 (or 0x02C945) is known color: Dark Pastel Green. HEX triplet: 02, C9 and 45. RGB value is (2,201,69). Sum of RGB (Red+Green+Blue) = 2+201+69=272 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 272); Green value is 201 (78.91% from 255 or 73.90% from 272); Blue value is 69 (27.34% from 255 or 25.37% from 272); Max value from RGB is 201 - color contains mainly: green. Hex color #02C945 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C945 is #FD36BA. Grayscale: #7E7E7E. Windows color (decimal): -16594619 or 4573442. OLE color: 4573442.

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

Color convert

RGB 2 201 69 -
CMYK 0.99 0 0.66 0.21
HSL 140.2º 0.98% 0.4% -
HSV(B) 140.2º 0.99% 0.79% -
XYZ 21.99 42.22 12.62 -
YUV 126.45 95.57 39.23 -
System Red Green Blue C M Y K H S L
Decimal 2 201 69 0.99 0 0.66 0.21 140.2 0.98 0.4
Hex 2 C9 45 63 0 42 15 8C 62 28
Octal 2 311 105 143 0 102 25 214 142 50
Binary 10 11001001 1000101 1100011 0 1000010 10101 10001100 1100010 101000

Color Harmonies of #02C945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C945

Black with #02C945

Text Example


Text Example

White with #02C945

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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