Html Css Color HEX #027A4A Watercourse

📋 copy color: '#027A4A'

red 2 ◦ green 122 ◦ blue 74

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

Shades of Watercourse #027A4A

Tints of Watercourse #027A4A

RGB

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

 GREEN value IS 122 (48.05% from 255) = 61.62%

 BLUE value IS 74 (29.3% from 255) = 37.37%

R = 1.01%
G = 61.62%
B = 37.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.39

 K value IS 0.52

RGB Variations

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

Color information

#027A4A (or 0x027A4A) is known color: Watercourse. HEX triplet: 02, 7A and 4A. RGB value is (2,122,74). Sum of RGB (Red+Green+Blue) = 2+122+74=198 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1.01% from 198); Green value is 122 (48.05% from 255 or 61.62% from 198); Blue value is 74 (29.30% from 255 or 37.37% from 198); Max value from RGB is 122 - color contains mainly: green. Hex color #027A4A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A4A is #FD85B5. Grayscale: #505050. Windows color (decimal): -16614838 or 4880898. OLE color: 4880898.

HSL color Cylindrical-coordinate representation of color #027A4A: hue angle of 156º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A4A is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 74 -
CMYK 0.98 0 0.39 0.52
HSL 156º 0.97% 0.24% -
HSV(B) 156º 0.98% 0.48% -
XYZ 8.22 14.43 8.83 -
YUV 80.65 124.24 71.9 -
System Red Green Blue C M Y K H S L
Decimal 2 122 74 0.98 0 0.39 0.52 156 0.97 0.24
Hex 2 7A 4A 62 0 27 34 9C 61 18
Octal 2 172 112 142 0 47 64 234 141 30
Binary 10 1111010 1001010 1100010 0 100111 110100 10011100 1100001 11000

Color Harmonies of #027A4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A4A

Black with #027A4A

Text Example


Text Example

White with #027A4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027A4A; }

 p { color: rgb(2,122,74); }

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

background-color css

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

 a { background-color: rgb(2,122,74); }

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

border-color css

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

 span { border-color: rgb(2,122,74); }

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