Html Css Color HEX #027640 Watercourse

📋 copy color: '#027640'

red 2 ◦ green 118 ◦ blue 64

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

Shades of Watercourse #027640

Tints of Watercourse #027640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 1.09%
G = 64.13%
B = 34.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#027640 (or 0x027640) is known color: Watercourse. HEX triplet: 02, 76 and 40. RGB value is (2,118,64). Sum of RGB (Red+Green+Blue) = 2+118+64=184 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.09% from 184); Green value is 118 (46.48% from 255 or 64.13% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 118 - color contains mainly: green. Hex color #027640 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027640 is #FD89BF. Grayscale: #4D4D4D. Windows color (decimal): -16615872 or 4224514. OLE color: 4224514.

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

Color convert

RGB 2 118 64 -
CMYK 0.98 0 0.46 0.54
HSL 152.07º 0.97% 0.24% -
HSV(B) 152.07º 0.98% 0.46% -
XYZ 7.43 13.34 7.03 -
YUV 77.16 120.57 74.39 -
System Red Green Blue C M Y K H S L
Decimal 2 118 64 0.98 0 0.46 0.54 152.07 0.97 0.24
Hex 2 76 40 62 0 2E 36 98 61 18
Octal 2 166 100 142 0 56 66 230 141 30
Binary 10 1110110 1000000 1100010 0 101110 110110 10011000 1100001 11000

Color Harmonies of #027640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027640

Black with #027640

Text Example


Text Example

White with #027640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027640; }

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

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

background-color css

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

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

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

border-color css

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

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

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