#07B222

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

Shades of Dark Pastel Green #07B222

Tints of Dark Pastel Green #07B222

Color information

#07B222 (or 0x07B222) is unknown color: approx Dark Pastel Green. HEX triplet: 07, B2 and 22. RGB value is (7,178,34). Sum of RGB (Red+Green+Blue) = 7+178+34=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 178 (69.92% from 255 or 81.28% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 178 - color contains mainly: green. Hex color #07B222 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B222 is #F84DDD. Grayscale: #6E6E6E. Windows color (decimal): -16272862 or 2273799. OLE color: 2273799.

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

Color convert

RGB717834-
CMYK0.9600.810.30
HSL129.47º92.43%36.27%-
HSV(B)129.47º96.07%69.8%-
XYZ16.3326.83-
YUV110.4684.8554.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.20%
GREEN value IS 178 (69.92% from 255) = 81.28%
BLUE value IS 34 (13.67% from 255) = 15.53%
R=3.20%
G=81.28%
B=15.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7178340.9600.810.30129.4792.4336.27
Hex7B222600511E815c24
Octal72624214001213620113444
Binary1111011001010001011000000101000111110100000011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,178,34); }

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

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

 a { background-color: rgb(7,178,34); }

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

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

 span { border-color: rgb(7,178,34); }

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