Html Css Color HEX #252916 Green Waterloo

📋 copy color: '#252916'

red 37 ◦ green 41 ◦ blue 22

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

Shades of Green Waterloo #252916

Tints of Green Waterloo #252916

RGB

 RED value IS 37 (14.84% from 255) = 37%

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

 BLUE value IS 22 (8.98% from 255) = 22%

R = 37%
G = 41%
B = 22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.46

 K value IS 0.84

RGB Variations

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

Color information

#252916 (or 0x252916) is known color: Green Waterloo. HEX triplet: 25, 29 and 16. RGB value is (37,41,22). Sum of RGB (Red+Green+Blue) = 37+41+22=100 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 22 (8.98% from 255 or 22% from 100); Max value from RGB is 41 - color contains mainly: green. Hex color #252916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252916 is #DAD6E9. Grayscale: #252525. Windows color (decimal): -14341866 or 1452325. OLE color: 1452325.

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

Color convert

RGB 37 41 22 -
CMYK 0.10 0 0.46 0.84
HSL 72.63º 0.3% 0.12% -
HSV(B) 72.63º 0.46% 0.16% -
XYZ 1.7 2.04 1.06 -
YUV 37.64 119.17 127.54 -
System Red Green Blue C M Y K H S L
Decimal 37 41 22 0.10 0 0.46 0.84 72.63 0.3 0.12
Hex 25 29 16 A 0 2E 54 49 1E C
Octal 45 51 26 12 0 56 124 111 36 14
Binary 100101 101001 10110 1010 0 101110 1010100 1001001 11110 1100

Color Harmonies of #252916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252916

Black with #252916

Text Example


Text Example

White with #252916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252916; }

 p { color: rgb(37,41,22); }

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

background-color css

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

 a { background-color: rgb(37,41,22); }

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

border-color css

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

 span { border-color: rgb(37,41,22); }

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