Html Css Color HEX #25261D Green Waterloo

📋 copy color: '#25261D'

red 37 ◦ green 38 ◦ blue 29

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

Shades of Green Waterloo #25261D

Tints of Green Waterloo #25261D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 36.54%

 BLUE value IS 29 (11.72% from 255) = 27.88%

R = 35.58%
G = 36.54%
B = 27.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.85

RGB Variations

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

Color information

#25261D (or 0x25261D) is known color: Green Waterloo. HEX triplet: 25, 26 and 1D. RGB value is (37,38,29). Sum of RGB (Red+Green+Blue) = 37+38+29=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 29 (11.72% from 255 or 27.88% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #25261D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261D is #DAD9E2. Grayscale: #242424. Windows color (decimal): -14342627 or 1910309. OLE color: 1910309.

HSL color Cylindrical-coordinate representation of color #25261D: hue angle of 66.67º degrees, saturation: 0.13, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #25261D is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB 37 38 29 -
CMYK 0.03 0 0.24 0.85
HSL 66.67º 0.13% 0.13% -
HSV(B) 66.67º 0.24% 0.15% -
XYZ 1.68 1.87 1.43 -
YUV 36.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 37 38 29 0.03 0 0.24 0.85 66.67 0.13 0.13
Hex 25 26 1D 3 0 18 55 43 D D
Octal 45 46 35 3 0 30 125 103 15 15
Binary 100101 100110 11101 11 0 11000 1010101 1000011 1101 1101

Color Harmonies of #25261D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25261D

Black with #25261D

Text Example


Text Example

White with #25261D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,38,29); }

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

background-color css

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

 a { background-color: rgb(37,38,29); }

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

border-color css

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

 span { border-color: rgb(37,38,29); }

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