Html Css Color HEX #029F6B Jade

📋 copy color: '#029F6B'

red 2 ◦ green 159 ◦ blue 107

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

Shades of Jade #029F6B

Tints of Jade #029F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 59.33%

 BLUE value IS 107 (42.19% from 255) = 39.93%

R = 0.75%
G = 59.33%
B = 39.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.38

RGB Variations

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

Color information

#029F6B (or 0x029F6B) is known color: Jade. HEX triplet: 02, 9F and 6B. RGB value is (2,159,107). Sum of RGB (Red+Green+Blue) = 2+159+107=268 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 268); Green value is 159 (62.5% from 255 or 59.33% from 268); Blue value is 107 (42.19% from 255 or 39.93% from 268); Max value from RGB is 159 - color contains mainly: green. Hex color #029F6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #029F6B is #FD6094. Grayscale: #6A6A6A. Windows color (decimal): -16605333 or 7053058. OLE color: 7053058.

HSL color Cylindrical-coordinate representation of color #029F6B: hue angle of 160.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029F6B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 159 107 -
CMYK 0.99 0 0.33 0.38
HSL 160.13º 0.98% 0.32% -
HSV(B) 160.13º 0.99% 0.62% -
XYZ 15.08 25.87 18.11 -
YUV 106.13 128.49 53.73 -
System Red Green Blue C M Y K H S L
Decimal 2 159 107 0.99 0 0.33 0.38 160.13 0.98 0.32
Hex 2 9F 6B 63 0 21 26 A0 62 20
Octal 2 237 153 143 0 41 46 240 142 40
Binary 10 10011111 1101011 1100011 0 100001 100110 10100000 1100010 100000

Color Harmonies of #029F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029F6B

Black with #029F6B

Text Example


Text Example

White with #029F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029F6B; }

 p { color: rgb(2,159,107); }

 H1.HeaderClassName
 {
   color: #029F6B;
 }
 .AnyTagClassName
 {
   color: #029F6B;
 }
</style>

background-color css

<style>
 a { background-color: #029F6B; }

 a { background-color: rgb(2,159,107); }

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

border-color css

<style>
 span { border-color: #029F6B; }

 span { border-color: rgb(2,159,107); }

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