Html Css Color HEX #00C03F Dark Pastel Green

📋 copy color: '#00C03F'

red 0 ◦ green 192 ◦ blue 63

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

Shades of Dark Pastel Green #00C03F

Tints of Dark Pastel Green #00C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 24.71%

R = 0%
G = 75.29%
B = 24.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#00C03F (or 0x00C03F) is known color: Dark Pastel Green. HEX triplet: 00, C0 and 3F. RGB value is (0,192,63). Sum of RGB (Red+Green+Blue) = 0+192+63=255 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 255); Green value is 192 (75.39% from 255 or 75.29% from 255); Blue value is 63 (25% from 255 or 24.71% from 255); Max value from RGB is 192 - color contains mainly: green. Hex color #00C03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C03F is #FF3FC0. Grayscale: #787878. Windows color (decimal): -16728001 or 4177920. OLE color: 4177920.

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

Color convert

RGB 0 192 63 -
CMYK 1 0 0.67 0.25
HSL 139.69º 1% 0.38% -
HSV(B) 139.69º 1% 0.75% -
XYZ 19.75 38.06 11.01 -
YUV 119.89 95.89 42.49 -
System Red Green Blue C M Y K H S L
Decimal 0 192 63 1 0 0.67 0.25 139.69 1 0.38
Hex 0 C0 3F 64 0 43 19 8C 64 26
Octal 0 300 77 144 0 103 31 214 144 46
Binary 0 11000000 111111 1100100 0 1000011 11001 10001100 1100100 100110

Color Harmonies of #00C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00C03F

Black with #00C03F

Text Example


Text Example

White with #00C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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