#07B22A

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

Shades of Dark Pastel Green #07B22A

Tints of Dark Pastel Green #07B22A

Color information

#07B22A (or 0x07B22A) is unknown color: approx Dark Pastel Green. HEX triplet: 07, B2 and 2A. RGB value is (7,178,42). Sum of RGB (Red+Green+Blue) = 7+178+42=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 178 (69.92% from 255 or 78.41% from 227); Blue value is 42 (16.80% from 255 or 18.50% from 227); Max value from RGB is 178 - color contains mainly: green. Hex color #07B22A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07B22A is #F84DD5. Grayscale: #6F6F6F. Windows color (decimal): -16272854 or 2798087. OLE color: 2798087.

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

Color convert

RGB717842-
CMYK0.9600.760.30
HSL132.28º92.43%36.27%-
HSV(B)132.28º96.07%69.8%-
XYZ16.4332.057.51-
YUV111.3788.8553.56-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 3.08%
GREEN value IS 178 (69.92% from 255) = 78.41%
BLUE value IS 42 (16.80% from 255) = 18.50%
R=3.08%
G=78.41%
B=18.50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal7178420.9600.760.30132.2892.4336.27
Hex7B22A6004C1E845c24
Octal72625214001143620413444
Binary1111011001010101011000000100110011110100001001011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B22A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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