Html Css Color HEX #029381 Dark Cyan

📋 copy color: '#029381'

red 2 ◦ green 147 ◦ blue 129

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

Shades of Dark Cyan #029381

Tints of Dark Cyan #029381

RGB

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

 GREEN value IS 147 (57.81% from 255) = 52.88%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 0.72%
G = 52.88%
B = 46.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#029381 (or 0x029381) is known color: Dark Cyan. HEX triplet: 02, 93 and 81. RGB value is (2,147,129). Sum of RGB (Red+Green+Blue) = 2+147+129=278 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #029381 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #029381 is #FD6C7E. Grayscale: #656565. Windows color (decimal): -16608383 or 8491778. OLE color: 8491778.

HSL color Cylindrical-coordinate representation of color #029381: hue angle of 172.55º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #029381 is Cyan = 0.99, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 147 129 -
CMYK 0.99 0 0.12 0.42
HSL 172.55º 0.97% 0.29% -
HSV(B) 172.55º 0.99% 0.58% -
XYZ 14.42 22.47 24.35 -
YUV 101.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 2 147 129 0.99 0 0.12 0.42 172.55 0.97 0.29
Hex 2 93 81 63 0 C 2A AD 61 1D
Octal 2 223 201 143 0 14 52 255 141 35
Binary 10 10010011 10000001 1100011 0 1100 101010 10101101 1100001 11101

Color Harmonies of #029381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #029381

Black with #029381

Text Example


Text Example

White with #029381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #029381; }

 p { color: rgb(2,147,129); }

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

background-color css

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

 a { background-color: rgb(2,147,129); }

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

border-color css

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

 span { border-color: rgb(2,147,129); }

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