Html Css Color HEX #25261C Green Waterloo

📋 copy color: '#25261C'

red 37 ◦ green 38 ◦ blue 28

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

Shades of Green Waterloo #25261C

Tints of Green Waterloo #25261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 27.18%

R = 35.92%
G = 36.89%
B = 27.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.85

RGB Variations

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

Color information

#25261C (or 0x25261C) is known color: Green Waterloo. HEX triplet: 25, 26 and 1C. RGB value is (37,38,28). Sum of RGB (Red+Green+Blue) = 37+38+28=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 38 (15.23% from 255 or 36.89% from 103); Blue value is 28 (11.33% from 255 or 27.18% from 103); Max value from RGB is 38 - color contains mainly: green. Hex color #25261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25261C is #DAD9E3. Grayscale: #242424. Windows color (decimal): -14342628 or 1844773. OLE color: 1844773.

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

Color convert

RGB 37 38 28 -
CMYK 0.03 0 0.26 0.85
HSL 66º 0.15% 0.13% -
HSV(B) 66º 0.26% 0.15% -
XYZ 1.67 1.86 1.37 -
YUV 36.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 37 38 28 0.03 0 0.26 0.85 66 0.15 0.13
Hex 25 26 1C 3 0 1A 55 42 F D
Octal 45 46 34 3 0 32 125 102 17 15
Binary 100101 100110 11100 11 0 11010 1010101 1000010 1111 1101

Color Harmonies of #25261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25261C

Black with #25261C

Text Example


Text Example

White with #25261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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