Html Css Color HEX #027048 Watercourse

📋 copy color: '#027048'

red 2 ◦ green 112 ◦ blue 72

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

Shades of Watercourse #027048

Tints of Watercourse #027048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.71%

R = 1.08%
G = 60.22%
B = 38.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#027048 (or 0x027048) is known color: Watercourse. HEX triplet: 02, 70 and 48. RGB value is (2,112,72). Sum of RGB (Red+Green+Blue) = 2+112+72=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 112 (44.14% from 255 or 60.22% from 186); Blue value is 72 (28.52% from 255 or 38.71% from 186); Max value from RGB is 112 - color contains mainly: green. Hex color #027048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027048 is #FD8FB7. Grayscale: #4A4A4A. Windows color (decimal): -16617400 or 4747266. OLE color: 4747266.

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

Color convert

RGB 2 112 72 -
CMYK 0.98 0 0.36 0.56
HSL 158.18º 0.96% 0.22% -
HSV(B) 158.18º 0.98% 0.44% -
XYZ 6.99 12.07 8.09 -
YUV 74.55 126.56 76.25 -
System Red Green Blue C M Y K H S L
Decimal 2 112 72 0.98 0 0.36 0.56 158.18 0.96 0.22
Hex 2 70 48 62 0 24 38 9E 60 16
Octal 2 160 110 142 0 44 70 236 140 26
Binary 10 1110000 1001000 1100010 0 100100 111000 10011110 1100000 10110

Color Harmonies of #027048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027048

Black with #027048

Text Example


Text Example

White with #027048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027048; }

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

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

background-color css

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

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

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

border-color css

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

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

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