Html Css Color HEX #027641 Watercourse

📋 copy color: '#027641'

red 2 ◦ green 118 ◦ blue 65

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

Shades of Watercourse #027641

Tints of Watercourse #027641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 63.78%

 BLUE value IS 65 (25.78% from 255) = 35.14%

R = 1.08%
G = 63.78%
B = 35.14%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#027641 (or 0x027641) is known color: Watercourse. HEX triplet: 02, 76 and 41. RGB value is (2,118,65). Sum of RGB (Red+Green+Blue) = 2+118+65=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 118 (46.48% from 255 or 63.78% from 185); Blue value is 65 (25.78% from 255 or 35.14% from 185); Max value from RGB is 118 - color contains mainly: green. Hex color #027641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027641 is #FD89BE. Grayscale: #4D4D4D. Windows color (decimal): -16615871 or 4290050. OLE color: 4290050.

HSL color Cylindrical-coordinate representation of color #027641: hue angle of 152.59º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027641 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 65 -
CMYK 0.98 0 0.45 0.54
HSL 152.59º 0.97% 0.24% -
HSV(B) 152.59º 0.98% 0.46% -
XYZ 7.46 13.35 7.19 -
YUV 77.27 121.07 74.31 -
System Red Green Blue C M Y K H S L
Decimal 2 118 65 0.98 0 0.45 0.54 152.59 0.97 0.24
Hex 2 76 41 62 0 2D 36 99 61 18
Octal 2 166 101 142 0 55 66 231 141 30
Binary 10 1110110 1000001 1100010 0 101101 110110 10011001 1100001 11000

Color Harmonies of #027641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027641

Black with #027641

Text Example


Text Example

White with #027641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027641; }

 p { color: rgb(2,118,65); }

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

background-color css

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

 a { background-color: rgb(2,118,65); }

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

border-color css

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

 span { border-color: rgb(2,118,65); }

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