#00C31C

Color #00C31C Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #00C31C

Tints of Dark Pastel Green #00C31C

Color information

#00C31C (or 0x00C31C) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C3 and 1C. RGB value is (0,195,28). Sum of RGB (Red+Green+Blue) = 0+195+28=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 195 (76.56% from 255 or 87.44% from 223); Blue value is 28 (11.33% from 255 or 12.56% from 223); Max value from RGB is 195 - color contains mainly: green. Hex color #00C31C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #00C31C is #FF3CE3. Grayscale: #767676. Windows color (decimal): -16727268 or 1884928. OLE color: 1884928.

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

Color convert

RGB019528-
CMYK100.860.24
HSL128.62º100%38.24%-
HSV(B)128.62º100%76.47%-
XYZ19.7239.117.61-
YUV117.6677.444.08-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 195 (76.56% from 255) = 87.44%
BLUE value IS 28 (11.33% from 255) = 12.56%
R=0%
G=87.44%
B=12.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019528100.860.24128.6210038.24
Hex0C31C6405618816426
Octal03033414401263020114446
Binary0110000111110011001000101011011000100000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C31C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,195,28); }

 H1.HeaderClassName
 {
   color: #00C31C;
 }
 .AnyTagClassName
 {
   color: #00C31C;
 }
</style>
background-color css

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

 a { background-color: rgb(0,195,28); }

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

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

 span { border-color: rgb(0,195,28); }

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