#07C313

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

Shades of Dark Pastel Green #07C313

Tints of Dark Pastel Green #07C313

Color information

#07C313 (or 0x07C313) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C3 and 13. RGB value is (7,195,19). Sum of RGB (Red+Green+Blue) = 7+195+19=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 195 (76.56% from 255 or 88.24% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 195 - color contains mainly: green. Hex color #07C313 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #07C313 is #F83CEC. Grayscale: #777777. Windows color (decimal): -16268525 or 1295111. OLE color: 1295111.

HSL color Cylindrical-coordinate representation of color #07C313: hue angle of 123.83º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C313 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB719519-
CMYK0.9600.900.24
HSL123.83º93.07%39.61%-
HSV(B)123.83º96.41%76.47%-
XYZ19.7239.127.13-
YUV118.7271.7248.31-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.17%
GREEN value IS 195 (76.56% from 255) = 88.24%
BLUE value IS 19 (7.81% from 255) = 8.60%
R=3.17%
G=88.24%
B=8.60%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7195190.9600.900.24123.8393.0739.61
Hex7C3136005A187c5d28
Octal73032314001323017413550
Binary11111000011100111100000010110101100011111001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07C313; }

 p { color: rgb(7,195,19); }

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

<style>
 a { background-color: #07C313; }

 a { background-color: rgb(7,195,19); }

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

<style>
 span { border-color: #07C313; }

 span { border-color: rgb(7,195,19); }

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