#07B28E

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

Shades of Persian Green #07B28E

Tints of Persian Green #07B28E

Color information

#07B28E (or 0x07B28E) is unknown color: approx Persian Green. HEX triplet: 07, B2 and 8E. RGB value is (7,178,142). Sum of RGB (Red+Green+Blue) = 7+178+142=327 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.14% from 327); Green value is 178 (69.92% from 255 or 54.43% from 327); Blue value is 142 (55.86% from 255 or 43.43% from 327); Max value from RGB is 178 - color contains mainly: green. Hex color #07B28E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B28E is #F84D71. Grayscale: #7A7A7A. Windows color (decimal): -16272754 or 9351687. OLE color: 9351687.

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

Color convert

RGB7178142-
CMYK0.9600.200.30
HSL167.37º92.43%36.27%-
HSV(B)167.37º96.07%69.8%-
XYZ20.8933.8431.02-
YUV122.77138.8545.43-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.14%
GREEN value IS 178 (69.92% from 255) = 54.43%
BLUE value IS 142 (55.86% from 255) = 43.43%
R=2.14%
G=54.43%
B=43.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71781420.9600.200.30167.3792.4336.27
Hex7B28E600141Ea75c24
Octal72622161400243624713444
Binary1111011001010001110110000001010011110101001111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07B28E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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