#07C23C

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

Shades of Dark Pastel Green #07C23C

Tints of Dark Pastel Green #07C23C

Color information

#07C23C (or 0x07C23C) is unknown color: approx Dark Pastel Green. HEX triplet: 07, C2 and 3C. RGB value is (7,194,60). Sum of RGB (Red+Green+Blue) = 7+194+60=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #07C23C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #07C23C is #F83DC3. Grayscale: #7B7B7B. Windows color (decimal): -16268740 or 3981831. OLE color: 3981831.

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

Color convert

RGB719460-
CMYK0.9600.690.24
HSL137.01º93.03%39.41%-
HSV(B)137.01º96.39%76.08%-
XYZ20.238.9510.73-
YUV122.8192.5545.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.68%
GREEN value IS 194 (76.17% from 255) = 74.33%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=2.68%
G=74.33%
B=22.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal7194600.9600.690.24137.0193.0339.41
Hex7C23C6004518895d27
Octal73027414001053021113547
Binary1111100001011110011000000100010111000100010011011101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07C23C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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