Html Css Color HEX #07B28D Persian Green

📋 copy color: '#07B28D'

red 7 ◦ green 178 ◦ blue 141

#07B28D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #07B28D

Tints of Persian Green #07B28D

RGB

 RED value IS 7 (3.13% from 255) = 2.15%

 GREEN value IS 178 (69.92% from 255) = 54.6%

 BLUE value IS 141 (55.47% from 255) = 43.25%

R = 2.15%
G = 54.6%
B = 43.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#07B28D (or 0x07B28D) is known color: Persian Green. HEX triplet: 07, B2 and 8D. RGB value is (7,178,141). Sum of RGB (Red+Green+Blue) = 7+178+141=326 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 326); Green value is 178 (69.92% from 255 or 54.60% from 326); Blue value is 141 (55.47% from 255 or 43.25% from 326); Max value from RGB is 178 - color contains mainly: green. Hex color #07B28D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #07B28D is #F84D72. Grayscale: #7A7A7A. Windows color (decimal): -16272755 or 9286151. OLE color: 9286151.

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

Color convert

RGB 7 178 141 -
CMYK 0.96 0 0.21 0.30
HSL 167.02º 0.92% 0.36% -
HSV(B) 167.02º 0.96% 0.7% -
XYZ 20.82 33.81 30.63 -
YUV 122.65 138.35 45.51 -
System Red Green Blue C M Y K H S L
Decimal 7 178 141 0.96 0 0.21 0.30 167.02 0.92 0.36
Hex 7 B2 8D 60 0 15 1E A7 5C 24
Octal 7 262 215 140 0 25 36 247 134 44
Binary 111 10110010 10001101 1100000 0 10101 11110 10100111 1011100 100100

Color Harmonies of #07B28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07B28D

Black with #07B28D

Text Example


Text Example

White with #07B28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #07B28D;
 }
 .AnyTagClassName
 {
   color: #07B28D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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