Html Css Color HEX #02B295 Persian Green

📋 copy color: '#02B295'

red 2 ◦ green 178 ◦ blue 149

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

Shades of Persian Green #02B295

Tints of Persian Green #02B295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 0.61%
G = 54.1%
B = 45.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#02B295 (or 0x02B295) is known color: Persian Green. HEX triplet: 02, B2 and 95. RGB value is (2,178,149). Sum of RGB (Red+Green+Blue) = 2+178+149=329 (43% of max value = 765). Red value is 2 (1.17% from 255 or 0.61% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #02B295 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #02B295 is #FD4D6A. Grayscale: #7A7A7A. Windows color (decimal): -16600427 or 9810434. OLE color: 9810434.

HSL color Cylindrical-coordinate representation of color #02B295: hue angle of 170.11º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02B295 is Cyan = 0.99, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 178 149 -
CMYK 0.99 0 0.16 0.30
HSL 170.11º 0.98% 0.35% -
HSV(B) 170.11º 0.99% 0.7% -
XYZ 21.37 34.02 33.87 -
YUV 122.07 143.19 42.36 -
System Red Green Blue C M Y K H S L
Decimal 2 178 149 0.99 0 0.16 0.30 170.11 0.98 0.35
Hex 2 B2 95 63 0 10 1E AA 62 23
Octal 2 262 225 143 0 20 36 252 142 43
Binary 10 10110010 10010101 1100011 0 10000 11110 10101010 1100010 100011

Color Harmonies of #02B295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B295

Black with #02B295

Text Example


Text Example

White with #02B295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,178,149); }

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

background-color css

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

 a { background-color: rgb(2,178,149); }

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

border-color css

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

 span { border-color: rgb(2,178,149); }

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