Html Css Color HEX #26291A Green Waterloo

📋 copy color: '#26291A'

red 38 ◦ green 41 ◦ blue 26

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

Shades of Green Waterloo #26291A

Tints of Green Waterloo #26291A

RGB

 RED value IS 38 (15.23% from 255) = 36.19%

 GREEN value IS 41 (16.41% from 255) = 39.05%

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 36.19%
G = 39.05%
B = 24.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.37

 K value IS 0.84

RGB Variations

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

Color information

#26291A (or 0x26291A) is known color: Green Waterloo. HEX triplet: 26, 29 and 1A. RGB value is (38,41,26). Sum of RGB (Red+Green+Blue) = 38+41+26=105 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.19% from 105); Green value is 41 (16.41% from 255 or 39.05% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 41 - color contains mainly: green. Hex color #26291A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26291A is #D9D6E5. Grayscale: #262626. Windows color (decimal): -14276326 or 1714470. OLE color: 1714470.

HSL color Cylindrical-coordinate representation of color #26291A: hue angle of 72º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #26291A is Cyan = 0.07, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.84.

Color convert

RGB 38 41 26 -
CMYK 0.07 0 0.37 0.84
HSL 72º 0.22% 0.13% -
HSV(B) 72º 0.37% 0.16% -
XYZ 1.78 2.07 1.28 -
YUV 38.39 121.01 127.72 -
System Red Green Blue C M Y K H S L
Decimal 38 41 26 0.07 0 0.37 0.84 72 0.22 0.13
Hex 26 29 1A 7 0 25 54 48 16 D
Octal 46 51 32 7 0 45 124 110 26 15
Binary 100110 101001 11010 111 0 100101 1010100 1001000 10110 1101

Color Harmonies of #26291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26291A

Black with #26291A

Text Example


Text Example

White with #26291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26291A; }

 p { color: rgb(38,41,26); }

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

background-color css

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

 a { background-color: rgb(38,41,26); }

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

border-color css

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

 span { border-color: rgb(38,41,26); }

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