Html Css Color HEX #00C02A Dark Pastel Green

📋 copy color: '#00C02A'

red 0 ◦ green 192 ◦ blue 42

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

Shades of Dark Pastel Green #00C02A

Tints of Dark Pastel Green #00C02A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 42 (16.8% from 255) = 17.95%

R = 0%
G = 82.05%
B = 17.95%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#00C02A (or 0x00C02A) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 2A. RGB value is (0,192,42). Sum of RGB (Red+Green+Blue) = 0+192+42=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #00C02A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C02A is #FF3FD5. Grayscale: #757575. Windows color (decimal): -16728022 or 2801664. OLE color: 2801664.

HSL color Cylindrical-coordinate representation of color #00C02A: hue angle of 133.12º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00C02A is Cyan = 1, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 192 42 -
CMYK 1 0 0.78 0.25
HSL 133.13º 1% 0.38% -
HSV(B) 133.13º 1% 0.75% -
XYZ 19.27 37.87 8.48 -
YUV 117.49 85.39 44.2 -
System Red Green Blue C M Y K H S L
Decimal 0 192 42 1 0 0.78 0.25 133.13 1 0.38
Hex 0 C0 2A 64 0 4E 19 85 64 26
Octal 0 300 52 144 0 116 31 205 144 46
Binary 0 11000000 101010 1100100 0 1001110 11001 10000101 1100100 100110

Color Harmonies of #00C02A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C02A

Black with #00C02A

Text Example


Text Example

White with #00C02A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00C02A; }

 p { color: rgb(0,192,42); }

 H1.HeaderClassName
 {
   color: #00C02A;
 }
 .AnyTagClassName
 {
   color: #00C02A;
 }
</style>

background-color css

<style>
 a { background-color: #00C02A; }

 a { background-color: rgb(0,192,42); }

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

border-color css

<style>
 span { border-color: #00C02A; }

 span { border-color: rgb(0,192,42); }

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