Html Css Color HEX #026948 Watercourse

📋 copy color: '#026948'

red 2 ◦ green 105 ◦ blue 72

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

Shades of Watercourse #026948

Tints of Watercourse #026948

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.66%

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

R = 1.12%
G = 58.66%
B = 40.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#026948 (or 0x026948) is known color: Watercourse. HEX triplet: 02, 69 and 48. RGB value is (2,105,72). Sum of RGB (Red+Green+Blue) = 2+105+72=179 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 179); Green value is 105 (41.41% from 255 or 58.66% from 179); Blue value is 72 (28.52% from 255 or 40.22% from 179); Max value from RGB is 105 - color contains mainly: green. Hex color #026948 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #026948 is #FD96B7. Grayscale: #464646. Windows color (decimal): -16619192 or 4745474. OLE color: 4745474.

HSL color Cylindrical-coordinate representation of color #026948: hue angle of 160.78º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026948 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 2 105 72 -
CMYK 0.98 0 0.31 0.59
HSL 160.78º 0.96% 0.21% -
HSV(B) 160.78º 0.98% 0.41% -
XYZ 6.25 10.58 7.84 -
YUV 70.44 128.88 79.18 -
System Red Green Blue C M Y K H S L
Decimal 2 105 72 0.98 0 0.31 0.59 160.78 0.96 0.21
Hex 2 69 48 62 0 1F 3B A1 60 15
Octal 2 151 110 142 0 37 73 241 140 25
Binary 10 1101001 1001000 1100010 0 11111 111011 10100001 1100000 10101

Color Harmonies of #026948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026948

Black with #026948

Text Example


Text Example

White with #026948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026948; }

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

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

background-color css

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

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

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

border-color css

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

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

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