Html Css Color HEX #027948 Watercourse

📋 copy color: '#027948'

red 2 ◦ green 121 ◦ blue 72

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

Shades of Watercourse #027948

Tints of Watercourse #027948

RGB

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

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

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

R = 1.03%
G = 62.05%
B = 36.92%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#027948 (or 0x027948) is known color: Watercourse. HEX triplet: 02, 79 and 48. RGB value is (2,121,72). Sum of RGB (Red+Green+Blue) = 2+121+72=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 121 (47.66% from 255 or 62.05% from 195); Blue value is 72 (28.52% from 255 or 36.92% from 195); Max value from RGB is 121 - color contains mainly: green. Hex color #027948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #027948 is #FD86B7. Grayscale: #4F4F4F. Windows color (decimal): -16615096 or 4749570. OLE color: 4749570.

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

Color convert

RGB 2 121 72 -
CMYK 0.98 0 0.40 0.53
HSL 155.29º 0.97% 0.24% -
HSV(B) 155.29º 0.98% 0.47% -
XYZ 8.03 14.16 8.44 -
YUV 79.83 123.58 72.48 -
System Red Green Blue C M Y K H S L
Decimal 2 121 72 0.98 0 0.40 0.53 155.29 0.97 0.24
Hex 2 79 48 62 0 28 35 9B 61 18
Octal 2 171 110 142 0 50 65 233 141 30
Binary 10 1111001 1001000 1100010 0 101000 110101 10011011 1100001 11000

Color Harmonies of #027948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027948

Black with #027948

Text Example


Text Example

White with #027948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027948; }

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

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

background-color css

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

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

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

border-color css

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

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

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