Html Css Color HEX #25280A Green Waterloo

📋 copy color: '#25280A'

red 37 ◦ green 40 ◦ blue 10

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

Shades of Green Waterloo #25280A

Tints of Green Waterloo #25280A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 11.49%

R = 42.53%
G = 45.98%
B = 11.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.84

RGB Variations

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

Color information

#25280A (or 0x25280A) is known color: Green Waterloo. HEX triplet: 25, 28 and 0A. RGB value is (37,40,10). Sum of RGB (Red+Green+Blue) = 37+40+10=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 40 (16.02% from 255 or 45.98% from 87); Blue value is 10 (4.30% from 255 or 11.49% from 87); Max value from RGB is 40 - color contains mainly: green. Hex color #25280A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #25280A is #DAD7F5. Grayscale: #232323. Windows color (decimal): -14342134 or 665637. OLE color: 665637.

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

Color convert

RGB 37 40 10 -
CMYK 0.07 0 0.75 0.84
HSL 66º 0.6% 0.1% -
HSV(B) 66º 0.75% 0.16% -
XYZ 1.58 1.93 0.58 -
YUV 35.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 37 40 10 0.07 0 0.75 0.84 66 0.6 0.1
Hex 25 28 A 7 0 4B 54 42 3C A
Octal 45 50 12 7 0 113 124 102 74 12
Binary 100101 101000 1010 111 0 1001011 1010100 1000010 111100 1010

Color Harmonies of #25280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25280A

Black with #25280A

Text Example


Text Example

White with #25280A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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