Html Css Color HEX #027548 Watercourse

📋 copy color: '#027548'

red 2 ◦ green 117 ◦ blue 72

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

Shades of Watercourse #027548

Tints of Watercourse #027548

RGB

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

 GREEN value IS 117 (46.09% from 255) = 61.26%

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

R = 1.05%
G = 61.26%
B = 37.7%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#027548 (or 0x027548) is known color: Watercourse. HEX triplet: 02, 75 and 48. RGB value is (2,117,72). Sum of RGB (Red+Green+Blue) = 2+117+72=191 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 72 (28.52% from 255 or 37.70% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #027548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027548 is #FD8AB7. Grayscale: #4D4D4D. Windows color (decimal): -16616120 or 4748546. OLE color: 4748546.

HSL color Cylindrical-coordinate representation of color #027548: hue angle of 156.52º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027548 is Cyan = 0.98, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 72 -
CMYK 0.98 0 0.38 0.54
HSL 156.52º 0.97% 0.23% -
HSV(B) 156.52º 0.98% 0.46% -
XYZ 7.56 13.2 8.28 -
YUV 77.49 124.9 74.16 -
System Red Green Blue C M Y K H S L
Decimal 2 117 72 0.98 0 0.38 0.54 156.52 0.97 0.23
Hex 2 75 48 62 0 26 36 9D 61 17
Octal 2 165 110 142 0 46 66 235 141 27
Binary 10 1110101 1001000 1100010 0 100110 110110 10011101 1100001 10111

Color Harmonies of #027548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027548

Black with #027548

Text Example


Text Example

White with #027548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027548; }

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

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

background-color css

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

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

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

border-color css

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

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

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