Html Css Color HEX #25290B Green Waterloo

📋 copy color: '#25290B'

red 37 ◦ green 41 ◦ blue 11

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

Shades of Green Waterloo #25290B

Tints of Green Waterloo #25290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.36%

R = 41.57%
G = 46.07%
B = 12.36%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.73

 K value IS 0.84

RGB Variations

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

Color information

#25290B (or 0x25290B) is known color: Green Waterloo. HEX triplet: 25, 29 and 0B. RGB value is (37,41,11). Sum of RGB (Red+Green+Blue) = 37+41+11=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 41 (16.41% from 255 or 46.07% from 89); Blue value is 11 (4.69% from 255 or 12.36% from 89); Max value from RGB is 41 - color contains mainly: green. Hex color #25290B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25290B is #DAD6F4. Grayscale: #242424. Windows color (decimal): -14341877 or 731429. OLE color: 731429.

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

Color convert

RGB 37 41 11 -
CMYK 0.10 0 0.73 0.84
HSL 68º 0.58% 0.1% -
HSV(B) 68º 0.73% 0.16% -
XYZ 1.62 2 0.62 -
YUV 36.38 113.67 128.44 -
System Red Green Blue C M Y K H S L
Decimal 37 41 11 0.10 0 0.73 0.84 68 0.58 0.1
Hex 25 29 B A 0 49 54 44 3A A
Octal 45 51 13 12 0 111 124 104 72 12
Binary 100101 101001 1011 1010 0 1001001 1010100 1000100 111010 1010

Color Harmonies of #25290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25290B

Black with #25290B

Text Example


Text Example

White with #25290B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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