Html Css Color HEX #25280E Green Waterloo

📋 copy color: '#25280E'

red 37 ◦ green 40 ◦ blue 14

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

Shades of Green Waterloo #25280E

Tints of Green Waterloo #25280E

RGB

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

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

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

R = 40.66%
G = 43.96%
B = 15.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.65

 K value IS 0.84

RGB Variations

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

Color information

#25280E (or 0x25280E) is known color: Green Waterloo. HEX triplet: 25, 28 and 0E. RGB value is (37,40,14). Sum of RGB (Red+Green+Blue) = 37+40+14=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 40 (16.02% from 255 or 43.96% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 40 - color contains mainly: green. Hex color #25280E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25280E is #DAD7F1. Grayscale: #242424. Windows color (decimal): -14342130 or 927781. OLE color: 927781.

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

Color convert

RGB 37 40 14 -
CMYK 0.07 0 0.65 0.84
HSL 66.92º 0.48% 0.11% -
HSV(B) 66.92º 0.65% 0.16% -
XYZ 1.6 1.94 0.71 -
YUV 36.14 115.51 128.61 -
System Red Green Blue C M Y K H S L
Decimal 37 40 14 0.07 0 0.65 0.84 66.92 0.48 0.11
Hex 25 28 E 7 0 41 54 43 30 B
Octal 45 50 16 7 0 101 124 103 60 13
Binary 100101 101000 1110 111 0 1000001 1010100 1000011 110000 1011

Color Harmonies of #25280E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25280E

Black with #25280E

Text Example


Text Example

White with #25280E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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