Html Css Color HEX #252913 Green Waterloo

📋 copy color: '#252913'

red 37 ◦ green 41 ◦ blue 19

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

Shades of Green Waterloo #252913

Tints of Green Waterloo #252913

RGB

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

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

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

R = 38.14%
G = 42.27%
B = 19.59%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.84

RGB Variations

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

Color information

#252913 (or 0x252913) is known color: Green Waterloo. HEX triplet: 25, 29 and 13. RGB value is (37,41,19). Sum of RGB (Red+Green+Blue) = 37+41+19=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #252913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252913 is #DAD6EC. Grayscale: #252525. Windows color (decimal): -14341869 or 1255717. OLE color: 1255717.

HSL color Cylindrical-coordinate representation of color #252913: hue angle of 70.91º 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 #252913 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 19 -
CMYK 0.10 0 0.54 0.84
HSL 70.91º 0.37% 0.12% -
HSV(B) 70.91º 0.54% 0.16% -
XYZ 1.67 2.03 0.92 -
YUV 37.3 117.67 127.79 -
System Red Green Blue C M Y K H S L
Decimal 37 41 19 0.10 0 0.54 0.84 70.91 0.37 0.12
Hex 25 29 13 A 0 36 54 47 25 C
Octal 45 51 23 12 0 66 124 107 45 14
Binary 100101 101001 10011 1010 0 110110 1010100 1000111 100101 1100

Color Harmonies of #252913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252913

Black with #252913

Text Example


Text Example

White with #252913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252913; }

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

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

background-color css

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

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

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

border-color css

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

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

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