Html Css Color HEX #027A42 Watercourse

📋 copy color: '#027A42'

red 2 ◦ green 122 ◦ blue 66

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

Shades of Watercourse #027A42

Tints of Watercourse #027A42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.74%

R = 1.05%
G = 64.21%
B = 34.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#027A42 (or 0x027A42) is known color: Watercourse. HEX triplet: 02, 7A and 42. RGB value is (2,122,66). Sum of RGB (Red+Green+Blue) = 2+122+66=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 122 (48.05% from 255 or 64.21% from 190); Blue value is 66 (26.17% from 255 or 34.74% from 190); Max value from RGB is 122 - color contains mainly: green. Hex color #027A42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027A42 is #FD85BD. Grayscale: #4F4F4F. Windows color (decimal): -16614846 or 4356610. OLE color: 4356610.

HSL color Cylindrical-coordinate representation of color #027A42: hue angle of 152º 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 #027A42 is Cyan = 0.98, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 66 -
CMYK 0.98 0 0.46 0.52
HSL 152º 0.97% 0.24% -
HSV(B) 152º 0.98% 0.48% -
XYZ 7.97 14.33 7.5 -
YUV 79.74 120.24 72.55 -
System Red Green Blue C M Y K H S L
Decimal 2 122 66 0.98 0 0.46 0.52 152 0.97 0.24
Hex 2 7A 42 62 0 2E 34 98 61 18
Octal 2 172 102 142 0 56 64 230 141 30
Binary 10 1111010 1000010 1100010 0 101110 110100 10011000 1100001 11000

Color Harmonies of #027A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A42

Black with #027A42

Text Example


Text Example

White with #027A42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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