Html Css Color HEX #027052 Watercourse

📋 copy color: '#027052'

red 2 ◦ green 112 ◦ blue 82

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

Shades of Watercourse #027052

Tints of Watercourse #027052

RGB

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

 GREEN value IS 112 (44.14% from 255) = 57.14%

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

R = 1.02%
G = 57.14%
B = 41.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.27

 K value IS 0.56

RGB Variations

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

Color information

#027052 (or 0x027052) is known color: Watercourse. HEX triplet: 02, 70 and 52. RGB value is (2,112,82). Sum of RGB (Red+Green+Blue) = 2+112+82=196 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.02% from 196); Green value is 112 (44.14% from 255 or 57.14% from 196); Blue value is 82 (32.42% from 255 or 41.84% from 196); Max value from RGB is 112 - color contains mainly: green. Hex color #027052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027052 is #FD8FAD. Grayscale: #4B4B4B. Windows color (decimal): -16617390 or 5402626. OLE color: 5402626.

HSL color Cylindrical-coordinate representation of color #027052: hue angle of 163.64º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027052 is Cyan = 0.98, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 82 -
CMYK 0.98 0 0.27 0.56
HSL 163.64º 0.96% 0.22% -
HSV(B) 163.64º 0.98% 0.44% -
XYZ 7.34 12.21 9.95 -
YUV 75.69 131.56 75.44 -
System Red Green Blue C M Y K H S L
Decimal 2 112 82 0.98 0 0.27 0.56 163.64 0.96 0.22
Hex 2 70 52 62 0 1B 38 A4 60 16
Octal 2 160 122 142 0 33 70 244 140 26
Binary 10 1110000 1010010 1100010 0 11011 111000 10100100 1100000 10110

Color Harmonies of #027052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027052

Black with #027052

Text Example


Text Example

White with #027052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027052; }

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

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

background-color css

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

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

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

border-color css

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

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

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