Html Css Color HEX #02B363 Jade

📋 copy color: '#02B363'

red 2 ◦ green 179 ◦ blue 99

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

Shades of Jade #02B363

Tints of Jade #02B363

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.36%

R = 0.71%
G = 63.93%
B = 35.36%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#02B363 (or 0x02B363) is known color: Jade. HEX triplet: 02, B3 and 63. RGB value is (2,179,99). Sum of RGB (Red+Green+Blue) = 2+179+99=280 (37% of max value = 765). Red value is 2 (1.17% from 255 or 0.71% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #02B363 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B363 is #FD4C9C. Grayscale: #757575. Windows color (decimal): -16600221 or 6533890. OLE color: 6533890.

HSL color Cylindrical-coordinate representation of color #02B363: hue angle of 152.88º 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 #02B363 is Cyan = 0.99, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 2 179 99 -
CMYK 0.99 0 0.45 0.30
HSL 152.88º 0.98% 0.35% -
HSV(B) 152.88º 0.99% 0.7% -
XYZ 18.4 33.15 17.23 -
YUV 116.96 117.86 46 -
System Red Green Blue C M Y K H S L
Decimal 2 179 99 0.99 0 0.45 0.30 152.88 0.98 0.35
Hex 2 B3 63 63 0 2D 1E 99 62 23
Octal 2 263 143 143 0 55 36 231 142 43
Binary 10 10110011 1100011 1100011 0 101101 11110 10011001 1100010 100011

Color Harmonies of #02B363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B363

Black with #02B363

Text Example


Text Example

White with #02B363

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,179,99); }

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

background-color css

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

 a { background-color: rgb(2,179,99); }

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

border-color css

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

 span { border-color: rgb(2,179,99); }

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