#07C41F

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

Shades of Dark Pastel Green #07C41F

Tints of Dark Pastel Green #07C41F

Color information

#07C41F (or 0x07C41F) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C4 and 1F. RGB value is (7,196,31). Sum of RGB (Red+Green+Blue) = 7+196+31=234 (30% of max value = 765). Red value is 7 (3.12% from 255 or 2.99% from 234); Green value is 196 (76.95% from 255 or 83.76% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 196 - color contains mainly: green. Hex color #07C41F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C41F is #F83BE0. Grayscale: #797979. Windows color (decimal): -16268257 or 2081799. OLE color: 2081799.

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

Color convert

RGB719631-
CMYK0.9600.840.23
HSL127.62º93.1%39.8%-
HSV(B)127.62º96.43%76.86%-
XYZ20.0739.627.89-
YUV120.6877.3846.92-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.99%
GREEN value IS 196 (76.95% from 255) = 83.76%
BLUE value IS 31 (12.5% from 255) = 13.25%
R=2.99%
G=83.76%
B=13.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7196310.9600.840.23127.6293.139.8
Hex7C41F6005417805d28
Octal73043714001242720013550
Binary111110001001111111000000101010010111100000001011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C41F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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