Html Css Color HEX #02C746 Dark Pastel Green

📋 copy color: '#02C746'

red 2 ◦ green 199 ◦ blue 70

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

Shades of Dark Pastel Green #02C746

Tints of Dark Pastel Green #02C746

RGB

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

 GREEN value IS 199 (78.13% from 255) = 73.43%

 BLUE value IS 70 (27.73% from 255) = 25.83%

R = 0.74%
G = 73.43%
B = 25.83%

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

#02C746 (or 0x02C746) is known color: Dark Pastel Green. HEX triplet: 02, C7 and 46. RGB value is (2,199,70). Sum of RGB (Red+Green+Blue) = 2+199+70=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 199 (78.12% from 255 or 73.43% from 271); Blue value is 70 (27.73% from 255 or 25.83% from 271); Max value from RGB is 199 - color contains mainly: green. Hex color #02C746 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #02C746 is #FD38B9. Grayscale: #7D7D7D. Windows color (decimal): -16595130 or 4638466. OLE color: 4638466.

HSL color Cylindrical-coordinate representation of color #02C746: hue angle of 140.71º 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 #02C746 is Cyan = 0.99, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 2 199 70 -
CMYK 0.99 0 0.65 0.22
HSL 140.71º 0.98% 0.39% -
HSV(B) 140.71º 0.99% 0.78% -
XYZ 21.55 41.3 12.63 -
YUV 125.39 96.73 39.99 -
System Red Green Blue C M Y K H S L
Decimal 2 199 70 0.99 0 0.65 0.22 140.71 0.98 0.39
Hex 2 C7 46 63 0 41 16 8D 62 27
Octal 2 307 106 143 0 101 26 215 142 47
Binary 10 11000111 1000110 1100011 0 1000001 10110 10001101 1100010 100111

Color Harmonies of #02C746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02C746

Black with #02C746

Text Example


Text Example

White with #02C746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,199,70); }

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

background-color css

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

 a { background-color: rgb(2,199,70); }

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

border-color css

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

 span { border-color: rgb(2,199,70); }

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