Html Css Color HEX #08B392 Persian Green

📋 copy color: '#08B392'

red 8 ◦ green 179 ◦ blue 146

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

Shades of Persian Green #08B392

Tints of Persian Green #08B392

RGB

 RED value IS 8 (3.52% from 255) = 2.4%

 GREEN value IS 179 (70.31% from 255) = 53.75%

 BLUE value IS 146 (57.42% from 255) = 43.84%

R = 2.4%
G = 53.75%
B = 43.84%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#08B392 (or 0x08B392) is known color: Persian Green. HEX triplet: 08, B3 and 92. RGB value is (8,179,146). Sum of RGB (Red+Green+Blue) = 8+179+146=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 179 (70.31% from 255 or 53.75% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 179 - color contains mainly: green. Hex color #08B392 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #08B392 is #F74C6D. Grayscale: #7C7C7C. Windows color (decimal): -16206958 or 9614088. OLE color: 9614088.

HSL color Cylindrical-coordinate representation of color #08B392: hue angle of 168.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08B392 is Cyan = 0.96, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 8 179 146 -
CMYK 0.96 0 0.18 0.30
HSL 168.42º 0.91% 0.37% -
HSV(B) 168.42º 0.96% 0.7% -
XYZ 21.41 34.37 32.7 -
YUV 124.11 140.35 45.18 -
System Red Green Blue C M Y K H S L
Decimal 8 179 146 0.96 0 0.18 0.30 168.42 0.91 0.37
Hex 8 B3 92 60 0 12 1E A8 5B 25
Octal 10 263 222 140 0 22 36 250 133 45
Binary 1000 10110011 10010010 1100000 0 10010 11110 10101000 1011011 100101

Color Harmonies of #08B392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08B392

Black with #08B392

Text Example


Text Example

White with #08B392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08B392; }

 p { color: rgb(8,179,146); }

 H1.HeaderClassName
 {
   color: #08B392;
 }
 .AnyTagClassName
 {
   color: #08B392;
 }
</style>

background-color css

<style>
 a { background-color: #08B392; }

 a { background-color: rgb(8,179,146); }

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

border-color css

<style>
 span { border-color: #08B392; }

 span { border-color: rgb(8,179,146); }

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