Html Css Color HEX #02999C Persian Green

📋 copy color: '#02999C'

red 2 ◦ green 153 ◦ blue 156

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

Shades of Persian Green #02999C

Tints of Persian Green #02999C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 49.2%

 BLUE value IS 156 (61.33% from 255) = 50.16%

R = 0.64%
G = 49.2%
B = 50.16%

CMYK

 C value IS 0.99

 M value IS 0.02

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02999C (or 0x02999C) is known color: Persian Green. HEX triplet: 02, 99 and 9C. RGB value is (2,153,156). Sum of RGB (Red+Green+Blue) = 2+153+156=311 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #02999C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02999C is #FD6663. Grayscale: #6C6C6C. Windows color (decimal): -16606820 or 10262786. OLE color: 10262786.

HSL color Cylindrical-coordinate representation of color #02999C: hue angle of 181.17º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02999C is Cyan = 0.99, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 153 156 -
CMYK 0.99 0.02 0 0.39
HSL 181.17º 0.97% 0.31% -
HSV(B) 181.17º 0.99% 0.61% -
XYZ 17.42 25.2 35.4 -
YUV 108.19 154.97 52.26 -
System Red Green Blue C M Y K H S L
Decimal 2 153 156 0.99 0.02 0 0.39 181.17 0.97 0.31
Hex 2 99 9C 63 2 0 27 B5 61 1F
Octal 2 231 234 143 2 0 47 265 141 37
Binary 10 10011001 10011100 1100011 10 0 100111 10110101 1100001 11111

Color Harmonies of #02999C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02999C

Black with #02999C

Text Example


Text Example

White with #02999C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02999C; }

 p { color: rgb(2,153,156); }

 H1.HeaderClassName
 {
   color: #02999C;
 }
 .AnyTagClassName
 {
   color: #02999C;
 }
</style>

background-color css

<style>
 a { background-color: #02999C; }

 a { background-color: rgb(2,153,156); }

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

border-color css

<style>
 span { border-color: #02999C; }

 span { border-color: rgb(2,153,156); }

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