Html Css Color HEX #027043 Watercourse

📋 copy color: '#027043'

red 2 ◦ green 112 ◦ blue 67

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

Shades of Watercourse #027043

Tints of Watercourse #027043

RGB

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

 GREEN value IS 112 (44.14% from 255) = 61.88%

 BLUE value IS 67 (26.56% from 255) = 37.02%

R = 1.1%
G = 61.88%
B = 37.02%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.56

RGB Variations

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

Color information

#027043 (or 0x027043) is known color: Watercourse. HEX triplet: 02, 70 and 43. RGB value is (2,112,67). Sum of RGB (Red+Green+Blue) = 2+112+67=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #027043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027043 is #FD8FBC. Grayscale: #4A4A4A. Windows color (decimal): -16617405 or 4419586. OLE color: 4419586.

HSL color Cylindrical-coordinate representation of color #027043: hue angle of 155.45º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027043 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 67 -
CMYK 0.98 0 0.40 0.56
HSL 155.45º 0.96% 0.22% -
HSV(B) 155.45º 0.98% 0.44% -
XYZ 6.83 12.01 7.27 -
YUV 73.98 124.06 76.66 -
System Red Green Blue C M Y K H S L
Decimal 2 112 67 0.98 0 0.40 0.56 155.45 0.96 0.22
Hex 2 70 43 62 0 28 38 9B 60 16
Octal 2 160 103 142 0 50 70 233 140 26
Binary 10 1110000 1000011 1100010 0 101000 111000 10011011 1100000 10110

Color Harmonies of #027043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027043

Black with #027043

Text Example


Text Example

White with #027043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027043; }

 p { color: rgb(2,112,67); }

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

background-color css

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

 a { background-color: rgb(2,112,67); }

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

border-color css

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

 span { border-color: rgb(2,112,67); }

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