Html Css Color HEX #25281A Green Waterloo

📋 copy color: '#25281A'

red 37 ◦ green 40 ◦ blue 26

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

Shades of Green Waterloo #25281A

Tints of Green Waterloo #25281A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 38.83%

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

R = 35.92%
G = 38.83%
B = 25.24%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.35

 K value IS 0.84

RGB Variations

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

Color information

#25281A (or 0x25281A) is known color: Green Waterloo. HEX triplet: 25, 28 and 1A. RGB value is (37,40,26). Sum of RGB (Red+Green+Blue) = 37+40+26=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #25281A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #25281A is #DAD7E5. Grayscale: #252525. Windows color (decimal): -14342118 or 1714213. OLE color: 1714213.

HSL color Cylindrical-coordinate representation of color #25281A: hue angle of 72.86º degrees, saturation: 0.21, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #25281A is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 26 -
CMYK 0.07 0 0.35 0.84
HSL 72.86º 0.21% 0.13% -
HSV(B) 72.86º 0.35% 0.16% -
XYZ 1.71 1.99 1.27 -
YUV 37.51 121.51 127.64 -
System Red Green Blue C M Y K H S L
Decimal 37 40 26 0.07 0 0.35 0.84 72.86 0.21 0.13
Hex 25 28 1A 7 0 23 54 49 15 D
Octal 45 50 32 7 0 43 124 111 25 15
Binary 100101 101000 11010 111 0 100011 1010100 1001001 10101 1101

Color Harmonies of #25281A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25281A

Black with #25281A

Text Example


Text Example

White with #25281A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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