#07C01F

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

Shades of Dark Pastel Green #07C01F

Tints of Dark Pastel Green #07C01F

Color information

#07C01F (or 0x07C01F) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C0 and 1F. RGB value is (7,192,31). Sum of RGB (Red+Green+Blue) = 7+192+31=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #07C01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C01F is #F83FE0. Grayscale: #767676. Windows color (decimal): -16269281 or 2080775. OLE color: 2080775.

HSL color Cylindrical-coordinate representation of color #07C01F: hue angle of 127.78º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07C01F is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB719231-
CMYK0.9600.840.25
HSL127.78º92.96%39.02%-
HSV(B)127.78º96.35%75.29%-
XYZ19.1837.847.59-
YUV118.3378.7148.59-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.04%
GREEN value IS 192 (75.39% from 255) = 83.48%
BLUE value IS 31 (12.5% from 255) = 13.48%
R=3.04%
G=83.48%
B=13.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192310.9600.840.25127.7892.9639.02
Hex7C01F6005419805d27
Octal73003714001243120013547
Binary111110000001111111000000101010011001100000001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C01F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,192,31); }

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

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

 a { background-color: rgb(7,192,31); }

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

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

 span { border-color: rgb(7,192,31); }

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