Html Css Color HEX #027B4D Watercourse

📋 copy color: '#027B4D'

red 2 ◦ green 123 ◦ blue 77

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

Shades of Watercourse #027B4D

Tints of Watercourse #027B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 60.89%

 BLUE value IS 77 (30.47% from 255) = 38.12%

R = 0.99%
G = 60.89%
B = 38.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#027B4D (or 0x027B4D) is known color: Watercourse. HEX triplet: 02, 7B and 4D. RGB value is (2,123,77). Sum of RGB (Red+Green+Blue) = 2+123+77=202 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 202); Green value is 123 (48.44% from 255 or 60.89% from 202); Blue value is 77 (30.47% from 255 or 38.12% from 202); Max value from RGB is 123 - color contains mainly: green. Hex color #027B4D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B4D is #FD84B2. Grayscale: #515151. Windows color (decimal): -16614579 or 5077762. OLE color: 5077762.

HSL color Cylindrical-coordinate representation of color #027B4D: hue angle of 157.19º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B4D is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 123 77 -
CMYK 0.98 0 0.37 0.52
HSL 157.19º 0.97% 0.25% -
HSV(B) 157.19º 0.98% 0.48% -
XYZ 8.45 14.71 9.42 -
YUV 81.58 125.41 71.24 -
System Red Green Blue C M Y K H S L
Decimal 2 123 77 0.98 0 0.37 0.52 157.19 0.97 0.25
Hex 2 7B 4D 62 0 25 34 9D 61 19
Octal 2 173 115 142 0 45 64 235 141 31
Binary 10 1111011 1001101 1100010 0 100101 110100 10011101 1100001 11001

Color Harmonies of #027B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027B4D

Black with #027B4D

Text Example


Text Example

White with #027B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027B4D; }

 p { color: rgb(2,123,77); }

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

background-color css

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

 a { background-color: rgb(2,123,77); }

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

border-color css

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

 span { border-color: rgb(2,123,77); }

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