Html Css Color HEX #25280C Green Waterloo

📋 copy color: '#25280C'

red 37 ◦ green 40 ◦ blue 12

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

Shades of Green Waterloo #25280C

Tints of Green Waterloo #25280C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.48%

R = 41.57%
G = 44.94%
B = 13.48%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.84

RGB Variations

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

Color information

#25280C (or 0x25280C) is known color: Green Waterloo. HEX triplet: 25, 28 and 0C. RGB value is (37,40,12). Sum of RGB (Red+Green+Blue) = 37+40+12=89 (11% of max value = 765). Red value is 37 (14.84% from 255 or 41.57% from 89); Green value is 40 (16.02% from 255 or 44.94% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 40 - color contains mainly: green. Hex color #25280C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25280C is #DAD7F3. Grayscale: #242424. Windows color (decimal): -14342132 or 796709. OLE color: 796709.

HSL color Cylindrical-coordinate representation of color #25280C: hue angle of 66.43º degrees, saturation: 0.54, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25280C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 40 12 -
CMYK 0.07 0 0.70 0.84
HSL 66.43º 0.54% 0.1% -
HSV(B) 66.43º 0.7% 0.16% -
XYZ 1.59 1.94 0.64 -
YUV 35.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 37 40 12 0.07 0 0.70 0.84 66.43 0.54 0.1
Hex 25 28 C 7 0 46 54 42 36 A
Octal 45 50 14 7 0 106 124 102 66 12
Binary 100101 101000 1100 111 0 1000110 1010100 1000010 110110 1010

Color Harmonies of #25280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25280C

Black with #25280C

Text Example


Text Example

White with #25280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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