Html Css Color HEX #02A384 Persian Green

📋 copy color: '#02A384'

red 2 ◦ green 163 ◦ blue 132

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

Shades of Persian Green #02A384

Tints of Persian Green #02A384

RGB

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

 GREEN value IS 163 (64.06% from 255) = 54.88%

 BLUE value IS 132 (51.95% from 255) = 44.44%

R = 0.67%
G = 54.88%
B = 44.44%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#02A384 (or 0x02A384) is known color: Persian Green. HEX triplet: 02, A3 and 84. RGB value is (2,163,132). Sum of RGB (Red+Green+Blue) = 2+163+132=297 (39% of max value = 765). Red value is 2 (1.17% from 255 or 0.67% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 132 (51.95% from 255 or 44.44% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #02A384 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02A384 is #FD5C7B. Grayscale: #6F6F6F. Windows color (decimal): -16604284 or 8692482. OLE color: 8692482.

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

Color convert

RGB 2 163 132 -
CMYK 0.99 0 0.19 0.36
HSL 168.45º 0.98% 0.32% -
HSV(B) 168.45º 0.99% 0.64% -
XYZ 17.29 27.87 26.3 -
YUV 111.33 139.66 50.02 -
System Red Green Blue C M Y K H S L
Decimal 2 163 132 0.99 0 0.19 0.36 168.45 0.98 0.32
Hex 2 A3 84 63 0 13 24 A8 62 20
Octal 2 243 204 143 0 23 44 250 142 40
Binary 10 10100011 10000100 1100011 0 10011 100100 10101000 1100010 100000

Color Harmonies of #02A384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A384

Black with #02A384

Text Example


Text Example

White with #02A384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,163,132); }

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

background-color css

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

 a { background-color: rgb(2,163,132); }

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

border-color css

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

 span { border-color: rgb(2,163,132); }

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