Html Css Color HEX #00C042 Dark Pastel Green

📋 copy color: '#00C042'

red 0 ◦ green 192 ◦ blue 66

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

Shades of Dark Pastel Green #00C042

Tints of Dark Pastel Green #00C042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 0%
G = 74.42%
B = 25.58%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#00C042 (or 0x00C042) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 42. RGB value is (0,192,66). Sum of RGB (Red+Green+Blue) = 0+192+66=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 192 (75.39% from 255 or 74.42% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 192 - color contains mainly: green. Hex color #00C042 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C042 is #FF3FBD. Grayscale: #787878. Windows color (decimal): -16727998 or 4374528. OLE color: 4374528.

HSL color Cylindrical-coordinate representation of color #00C042: hue angle of 140.62º 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 #00C042 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB 0 192 66 -
CMYK 1 0 0.66 0.25
HSL 140.63º 1% 0.38% -
HSV(B) 140.63º 1% 0.75% -
XYZ 19.83 38.09 11.46 -
YUV 120.23 97.39 42.25 -
System Red Green Blue C M Y K H S L
Decimal 0 192 66 1 0 0.66 0.25 140.63 1 0.38
Hex 0 C0 42 64 0 42 19 8D 64 26
Octal 0 300 102 144 0 102 31 215 144 46
Binary 0 11000000 1000010 1100100 0 1000010 11001 10001101 1100100 100110

Color Harmonies of #00C042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C042

Black with #00C042

Text Example


Text Example

White with #00C042

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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