#07C41E

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

Shades of Dark Pastel Green #07C41E

Tints of Dark Pastel Green #07C41E

Color information

#07C41E (or 0x07C41E) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C4 and 1E. RGB value is (7,196,30). Sum of RGB (Red+Green+Blue) = 7+196+30=233 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.00% from 233); Green value is 196 (76.95% from 255 or 84.12% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 196 - color contains mainly: green. Hex color #07C41E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C41E is #F83BE1. Grayscale: #797979. Windows color (decimal): -16268258 or 2016263. OLE color: 2016263.

HSL color Cylindrical-coordinate representation of color #07C41E: hue angle of 127.3º 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 #07C41E is Cyan = 0.96, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB719630-
CMYK0.9600.850.23
HSL127.3º93.1%39.8%-
HSV(B)127.3º96.43%76.86%-
XYZ20.0639.627.82-
YUV120.5676.8847-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.00%
GREEN value IS 196 (76.95% from 255) = 84.12%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=3.00%
G=84.12%
B=12.88%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal7196300.9600.850.23127.393.139.8
Hex7C41E60055177f5d28
Octal73043614001252717713550
Binary11111000100111101100000010101011011111111111011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C41E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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