Html Css Color HEX #25261A Green Waterloo

📋 copy color: '#25261A'

red 37 ◦ green 38 ◦ blue 26

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

Shades of Green Waterloo #25261A

Tints of Green Waterloo #25261A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 25.74%

R = 36.63%
G = 37.62%
B = 25.74%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.85

RGB Variations

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

Color information

#25261A (or 0x25261A) is known color: Green Waterloo. HEX triplet: 25, 26 and 1A. RGB value is (37,38,26). Sum of RGB (Red+Green+Blue) = 37+38+26=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 26 (10.55% from 255 or 25.74% from 101); Max value from RGB is 38 - color contains mainly: green. Hex color #25261A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261A is #DAD9E5. Grayscale: #242424. Windows color (decimal): -14342630 or 1713701. OLE color: 1713701.

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

Color convert

RGB 37 38 26 -
CMYK 0.03 0 0.32 0.85
HSL 65º 0.19% 0.13% -
HSV(B) 65º 0.32% 0.15% -
XYZ 1.64 1.85 1.25 -
YUV 36.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 37 38 26 0.03 0 0.32 0.85 65 0.19 0.13
Hex 25 26 1A 3 0 20 55 41 13 D
Octal 45 46 32 3 0 40 125 101 23 15
Binary 100101 100110 11010 11 0 100000 1010101 1000001 10011 1101

Color Harmonies of #25261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25261A

Black with #25261A

Text Example


Text Example

White with #25261A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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