Html Css Color HEX #26290D Green Waterloo

📋 copy color: '#26290D'

red 38 ◦ green 41 ◦ blue 13

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

Shades of Green Waterloo #26290D

Tints of Green Waterloo #26290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.13%

R = 41.3%
G = 44.57%
B = 14.13%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.84

RGB Variations

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

Color information

#26290D (or 0x26290D) is known color: Green Waterloo. HEX triplet: 26, 29 and 0D. RGB value is (38,41,13). Sum of RGB (Red+Green+Blue) = 38+41+13=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 13 (5.47% from 255 or 14.13% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #26290D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #26290D is #D9D6F2. Grayscale: #252525. Windows color (decimal): -14276339 or 862502. OLE color: 862502.

HSL color Cylindrical-coordinate representation of color #26290D: hue angle of 66.43º degrees, saturation: 0.52, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26290D is Cyan = 0.07, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.84.

Color convert

RGB 38 41 13 -
CMYK 0.07 0 0.68 0.84
HSL 66.43º 0.52% 0.11% -
HSV(B) 66.43º 0.68% 0.16% -
XYZ 1.66 2.03 0.68 -
YUV 36.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 38 41 13 0.07 0 0.68 0.84 66.43 0.52 0.11
Hex 26 29 D 7 0 44 54 42 34 B
Octal 46 51 15 7 0 104 124 102 64 13
Binary 100110 101001 1101 111 0 1000100 1010100 1000010 110100 1011

Color Harmonies of #26290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26290D

Black with #26290D

Text Example


Text Example

White with #26290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26290D; }

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

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

background-color css

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

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

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

border-color css

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

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

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