Html Css Color HEX #02B46C Jade

📋 copy color: '#02B46C'

red 2 ◦ green 180 ◦ blue 108

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

Shades of Jade #02B46C

Tints of Jade #02B46C

RGB

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

 GREEN value IS 180 (70.7% from 255) = 62.07%

 BLUE value IS 108 (42.58% from 255) = 37.24%

R = 0.69%
G = 62.07%
B = 37.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#02B46C (or 0x02B46C) is known color: Jade. HEX triplet: 02, B4 and 6C. RGB value is (2,180,108). Sum of RGB (Red+Green+Blue) = 2+180+108=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 180 (70.70% from 255 or 62.07% from 290); Blue value is 108 (42.58% from 255 or 37.24% from 290); Max value from RGB is 180 - color contains mainly: green. Hex color #02B46C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #02B46C is #FD4B93. Grayscale: #767676. Windows color (decimal): -16599956 or 7123970. OLE color: 7123970.

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

Color convert

RGB 2 180 108 -
CMYK 0.99 0 0.40 0.29
HSL 155.73º 0.98% 0.36% -
HSV(B) 155.73º 0.99% 0.71% -
XYZ 19.05 33.74 19.7 -
YUV 118.57 122.03 44.85 -
System Red Green Blue C M Y K H S L
Decimal 2 180 108 0.99 0 0.40 0.29 155.73 0.98 0.36
Hex 2 B4 6C 63 0 28 1D 9C 62 24
Octal 2 264 154 143 0 50 35 234 142 44
Binary 10 10110100 1101100 1100011 0 101000 11101 10011100 1100010 100100

Color Harmonies of #02B46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02B46C

Black with #02B46C

Text Example


Text Example

White with #02B46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,180,108); }

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

background-color css

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

 a { background-color: rgb(2,180,108); }

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

border-color css

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

 span { border-color: rgb(2,180,108); }

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