Html Css Color HEX #25290E Green Waterloo

📋 copy color: '#25290E'

red 37 ◦ green 41 ◦ blue 14

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

Shades of Green Waterloo #25290E

Tints of Green Waterloo #25290E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 40.22%
G = 44.57%
B = 15.22%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.66

 K value IS 0.84

RGB Variations

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

Color information

#25290E (or 0x25290E) is known color: Green Waterloo. HEX triplet: 25, 29 and 0E. RGB value is (37,41,14). Sum of RGB (Red+Green+Blue) = 37+41+14=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 41 - color contains mainly: green. Hex color #25290E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25290E is #DAD6F1. Grayscale: #242424. Windows color (decimal): -14341874 or 928037. OLE color: 928037.

HSL color Cylindrical-coordinate representation of color #25290E: hue angle of 68.89º degrees, saturation: 0.49, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #25290E is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 14 -
CMYK 0.10 0 0.66 0.84
HSL 68.89º 0.49% 0.11% -
HSV(B) 68.89º 0.66% 0.16% -
XYZ 1.64 2.01 0.72 -
YUV 36.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 37 41 14 0.10 0 0.66 0.84 68.89 0.49 0.11
Hex 25 29 E A 0 42 54 45 31 B
Octal 45 51 16 12 0 102 124 105 61 13
Binary 100101 101001 1110 1010 0 1000010 1010100 1000101 110001 1011

Color Harmonies of #25290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25290E

Black with #25290E

Text Example


Text Example

White with #25290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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