Html Css Color HEX #027752 Watercourse

📋 copy color: '#027752'

red 2 ◦ green 119 ◦ blue 82

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

Shades of Watercourse #027752

Tints of Watercourse #027752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.62%

 BLUE value IS 82 (32.42% from 255) = 40.39%

R = 0.99%
G = 58.62%
B = 40.39%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#027752 (or 0x027752) is known color: Watercourse. HEX triplet: 02, 77 and 52. RGB value is (2,119,82). Sum of RGB (Red+Green+Blue) = 2+119+82=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 119 (46.88% from 255 or 58.62% from 203); Blue value is 82 (32.42% from 255 or 40.39% from 203); Max value from RGB is 119 - color contains mainly: green. Hex color #027752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027752 is #FD88AD. Grayscale: #4F4F4F. Windows color (decimal): -16615598 or 5404418. OLE color: 5404418.

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

Color convert

RGB 2 119 82 -
CMYK 0.98 0 0.31 0.53
HSL 161.03º 0.97% 0.24% -
HSV(B) 161.03º 0.98% 0.47% -
XYZ 8.14 13.82 10.22 -
YUV 79.8 129.24 72.51 -
System Red Green Blue C M Y K H S L
Decimal 2 119 82 0.98 0 0.31 0.53 161.03 0.97 0.24
Hex 2 77 52 62 0 1F 35 A1 61 18
Octal 2 167 122 142 0 37 65 241 141 30
Binary 10 1110111 1010010 1100010 0 11111 110101 10100001 1100001 11000

Color Harmonies of #027752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027752

Black with #027752

Text Example


Text Example

White with #027752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027752; }

 p { color: rgb(2,119,82); }

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

background-color css

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

 a { background-color: rgb(2,119,82); }

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

border-color css

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

 span { border-color: rgb(2,119,82); }

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