Html Css Color HEX #02B789 Persian Green

📋 copy color: '#02B789'

red 2 ◦ green 183 ◦ blue 137

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

Shades of Persian Green #02B789

Tints of Persian Green #02B789

RGB

 RED value IS 2 (1.17% from 255) = 0.62%

 GREEN value IS 183 (71.88% from 255) = 56.83%

 BLUE value IS 137 (53.91% from 255) = 42.55%

R = 0.62%
G = 56.83%
B = 42.55%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#02B789 (or 0x02B789) is known color: Persian Green. HEX triplet: 02, B7 and 89. RGB value is (2,183,137). Sum of RGB (Red+Green+Blue) = 2+183+137=322 (42% of max value = 765). Red value is 2 (1.17% from 255 or 0.62% from 322); Green value is 183 (71.88% from 255 or 56.83% from 322); Blue value is 137 (53.91% from 255 or 42.55% from 322); Max value from RGB is 183 - color contains mainly: green. Hex color #02B789 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #02B789 is #FD4876. Grayscale: #7B7B7B. Windows color (decimal): -16599159 or 9025282. OLE color: 9025282.

HSL color Cylindrical-coordinate representation of color #02B789: hue angle of 164.75º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B789 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 2 183 137 -
CMYK 0.99 0 0.25 0.28
HSL 164.75º 0.98% 0.36% -
HSV(B) 164.75º 0.99% 0.72% -
XYZ 21.47 35.69 29.42 -
YUV 123.64 135.53 41.24 -
System Red Green Blue C M Y K H S L
Decimal 2 183 137 0.99 0 0.25 0.28 164.75 0.98 0.36
Hex 2 B7 89 63 0 19 1C A5 62 24
Octal 2 267 211 143 0 31 34 245 142 44
Binary 10 10110111 10001001 1100011 0 11001 11100 10100101 1100010 100100

Color Harmonies of #02B789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B789

Black with #02B789

Text Example


Text Example

White with #02B789

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02B789; }

 p { color: rgb(2,183,137); }

 H1.HeaderClassName
 {
   color: #02B789;
 }
 .AnyTagClassName
 {
   color: #02B789;
 }
</style>

background-color css

<style>
 a { background-color: #02B789; }

 a { background-color: rgb(2,183,137); }

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

border-color css

<style>
 span { border-color: #02B789; }

 span { border-color: rgb(2,183,137); }

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