#07A230

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

Shades of Dark Pastel Green #07A230

Tints of Dark Pastel Green #07A230

Color information

#07A230 (or 0x07A230) is unknown color: approx Dark Pastel Green. HEX triplet: 07, A2 and 30. RGB value is (7,162,48). Sum of RGB (Red+Green+Blue) = 7+162+48=217 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.23% from 217); Green value is 162 (63.67% from 255 or 74.65% from 217); Blue value is 48 (19.14% from 255 or 22.12% from 217); Max value from RGB is 162 - color contains mainly: green. Hex color #07A230 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07A230 is #F85DCF. Grayscale: #666666. Windows color (decimal): -16276944 or 3187207. OLE color: 3187207.

HSL color Cylindrical-coordinate representation of color #07A230: hue angle of 135.87º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07A230 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB716248-
CMYK0.9600.700.36
HSL135.87º91.72%33.14%-
HSV(B)135.87º95.68%63.53%-
XYZ13.5426.17.12-
YUV102.6697.1559.77-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.23%
GREEN value IS 162 (63.67% from 255) = 74.65%
BLUE value IS 48 (19.14% from 255) = 22.12%
R=3.23%
G=74.65%
B=22.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal7162480.9600.700.36135.8791.7233.14
Hex7A2306004624885c21
Octal72426014001064421013441
Binary11110100010110000110000001000110100100100010001011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07A230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,162,48); }

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

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

 a { background-color: rgb(7,162,48); }

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

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

 span { border-color: rgb(7,162,48); }

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