#00c351

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

Shades of Dark Pastel Green #00C351

Tints of Dark Pastel Green #00C351

Color information

#00C351 (or 0x00C351) is unknown color: approx Dark Pastel Green. HEX triplet: 00, C3 and 51. RGB value is (0,195,81). Sum of RGB (Red+Green+Blue) = 0+195+81=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 195 (76.56% from 255 or 70.65% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 195 - color contains mainly: green. Hex color #00C351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #00C351 is #FF3CAE. Grayscale: #7B7B7B. Windows color (decimal): -16727215 or 5358336. OLE color: 5358336.

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

Color convert

RGB019581-
CMYK100.580.24
HSL144.92º100%38.24%-
HSV(B)144.92º100%76.47%-
XYZ2139.6214.33-
YUV123.7103.939.77-

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) = 70.65%
BLUE value IS 81 (32.03% from 255) = 29.35%
R=0%
G=70.65%
B=29.35%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal019581100.580.24144.9210038.24
Hex0C3516403A18916426
Octal03031211440723022114446
Binary01100001110100011100100011101011000100100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00c351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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