#00C317

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

Shades of Dark Pastel Green #00C317

Tints of Dark Pastel Green #00C317

Color information

#00C317 (or 0x00C317) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C3 and 17. RGB value is (0,195,23). Sum of RGB (Red+Green+Blue) = 0+195+23=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 195 (76.56% from 255 or 89.45% from 218); Blue value is 23 (9.38% from 255 or 10.55% from 218); Max value from RGB is 195 - color contains mainly: green. Hex color #00C317 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00C317 is #FF3CE8. Grayscale: #757575. Windows color (decimal): -16727273 or 1557248. OLE color: 1557248.

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

Color convert

RGB019523-
CMYK100.880.24
HSL127.08º100%38.24%-
HSV(B)127.08º100%76.47%-
XYZ19.6739.097.32-
YUV117.0974.944.49-

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) = 89.45%
BLUE value IS 23 (9.38% from 255) = 10.55%
R=0%
G=89.45%
B=10.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019523100.880.24127.0810038.24
Hex0C31764058187f6426
Octal03032714401303017714446
Binary011000011101111100100010110001100011111111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00C317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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