Html Css Color HEX #262913 Green Waterloo

📋 copy color: '#262913'

red 38 ◦ green 41 ◦ blue 19

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

Shades of Green Waterloo #262913

Tints of Green Waterloo #262913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 38.78%
G = 41.84%
B = 19.39%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#262913 (or 0x262913) is known color: Green Waterloo. HEX triplet: 26, 29 and 13. RGB value is (38,41,19). Sum of RGB (Red+Green+Blue) = 38+41+19=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 41 (16.41% from 255 or 41.84% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 41 - color contains mainly: green. Hex color #262913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #262913 is #D9D6EC. Grayscale: #252525. Windows color (decimal): -14276333 or 1255718. OLE color: 1255718.

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

Color convert

RGB 38 41 19 -
CMYK 0.07 0 0.54 0.84
HSL 68.18º 0.37% 0.12% -
HSV(B) 68.18º 0.54% 0.16% -
XYZ 1.71 2.04 0.92 -
YUV 37.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 38 41 19 0.07 0 0.54 0.84 68.18 0.37 0.12
Hex 26 29 13 7 0 36 54 44 25 C
Octal 46 51 23 7 0 66 124 104 45 14
Binary 100110 101001 10011 111 0 110110 1010100 1000100 100101 1100

Color Harmonies of #262913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #262913

Black with #262913

Text Example


Text Example

White with #262913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #262913; }

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

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

background-color css

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

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

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

border-color css

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

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

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