Html Css Color HEX #027955 Watercourse

📋 copy color: '#027955'

red 2 ◦ green 121 ◦ blue 85

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

Shades of Watercourse #027955

Tints of Watercourse #027955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 58.17%

 BLUE value IS 85 (33.59% from 255) = 40.87%

R = 0.96%
G = 58.17%
B = 40.87%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#027955 (or 0x027955) is known color: Watercourse. HEX triplet: 02, 79 and 55. RGB value is (2,121,85). Sum of RGB (Red+Green+Blue) = 2+121+85=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 121 (47.66% from 255 or 58.17% from 208); Blue value is 85 (33.59% from 255 or 40.87% from 208); Max value from RGB is 121 - color contains mainly: green. Hex color #027955 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027955 is #FD86AA. Grayscale: #515151. Windows color (decimal): -16615083 or 5601538. OLE color: 5601538.

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

Color convert

RGB 2 121 85 -
CMYK 0.98 0 0.30 0.53
HSL 161.85º 0.97% 0.24% -
HSV(B) 161.85º 0.98% 0.47% -
XYZ 8.5 14.34 10.91 -
YUV 81.32 130.08 71.43 -
System Red Green Blue C M Y K H S L
Decimal 2 121 85 0.98 0 0.30 0.53 161.85 0.97 0.24
Hex 2 79 55 62 0 1E 35 A2 61 18
Octal 2 171 125 142 0 36 65 242 141 30
Binary 10 1111001 1010101 1100010 0 11110 110101 10100010 1100001 11000

Color Harmonies of #027955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027955

Black with #027955

Text Example


Text Example

White with #027955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027955; }

 p { color: rgb(2,121,85); }

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

background-color css

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

 a { background-color: rgb(2,121,85); }

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

border-color css

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

 span { border-color: rgb(2,121,85); }

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