Html Css Color HEX #252800 Green Waterloo

📋 copy color: '#252800'

red 37 ◦ green 40 ◦ blue 0

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

Shades of Green Waterloo #252800

Tints of Green Waterloo #252800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.05%
G = 51.95%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#252800 (or 0x252800) is known color: Green Waterloo. HEX triplet: 25, 28 and 00. RGB value is (37,40,0). Sum of RGB (Red+Green+Blue) = 37+40+0=77 (10% of max value = 765). Red value is 37 (14.84% from 255 or 48.05% from 77); Green value is 40 (16.02% from 255 or 51.95% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 40 - color contains mainly: green. Hex color #252800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252800 is #DAD7FF. Grayscale: #222222. Windows color (decimal): -14342144 or 10277. OLE color: 10277.

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

Color convert

RGB 37 40 0 -
CMYK 0.07 0 1 0.84
HSL 64.5º 1% 0.08% -
HSV(B) 64.5º 1% 0.16% -
XYZ 1.52 1.91 0.29 -
YUV 34.54 108.51 129.75 -
System Red Green Blue C M Y K H S L
Decimal 37 40 0 0.07 0 1 0.84 64.5 1 0.08
Hex 25 28 0 7 0 64 54 40 64 8
Octal 45 50 0 7 0 144 124 100 144 10
Binary 100101 101000 0 111 0 1100100 1010100 1000000 1100100 1000

Color Harmonies of #252800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252800

Black with #252800

Text Example


Text Example

White with #252800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252800; }

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

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

background-color css

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

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

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

border-color css

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

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

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