#07C22F

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

Shades of Dark Pastel Green #07C22F

Tints of Dark Pastel Green #07C22F

Color information

#07C22F (or 0x07C22F) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C2 and 2F. RGB value is (7,194,47). Sum of RGB (Red+Green+Blue) = 7+194+47=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 47 (18.75% from 255 or 18.95% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #07C22F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C22F is #F83DD0. Grayscale: #797979. Windows color (decimal): -16268753 or 3129863. OLE color: 3129863.

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

Color convert

RGB719447-
CMYK0.9600.760.24
HSL132.83º93.03%39.41%-
HSV(B)132.83º96.39%76.08%-
XYZ19.8938.839.14-
YUV121.3386.0546.45-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.82%
GREEN value IS 194 (76.17% from 255) = 78.23%
BLUE value IS 47 (18.75% from 255) = 18.95%
R=2.82%
G=78.23%
B=18.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7194470.9600.760.24132.8393.0339.41
Hex7C22F6004C18855d27
Octal73025714001143020513547
Binary1111100001010111111000000100110011000100001011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C22F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,194,47); }

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

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

 a { background-color: rgb(7,194,47); }

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

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

 span { border-color: rgb(7,194,47); }

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