#07C046

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

Shades of Dark Pastel Green #07C046

Tints of Dark Pastel Green #07C046

Color information

#07C046 (or 0x07C046) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C0 and 46. RGB value is (7,192,70). Sum of RGB (Red+Green+Blue) = 7+192+70=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 192 (75.39% from 255 or 71.38% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 192 - color contains mainly: green. Hex color #07C046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C046 is #F83FB9. Grayscale: #7B7B7B. Windows color (decimal): -16269242 or 4636679. OLE color: 4636679.

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

Color convert

RGB719270-
CMYK0.9600.640.25
HSL140.43º92.96%39.02%-
HSV(B)140.43º96.35%75.29%-
XYZ20.0438.1912.11-
YUV122.7898.2145.42-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.60%
GREEN value IS 192 (75.39% from 255) = 71.38%
BLUE value IS 70 (27.73% from 255) = 26.02%
R=2.60%
G=71.38%
B=26.02%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal7192700.9600.640.25140.4392.9639.02
Hex7C04660040198c5d27
Octal730010614001003121413547
Binary11111000000100011011000000100000011001100011001011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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