Html Css Color HEX #252904 Green Waterloo

📋 copy color: '#252904'

red 37 ◦ green 41 ◦ blue 4

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

Shades of Green Waterloo #252904

Tints of Green Waterloo #252904

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.88%

R = 45.12%
G = 50%
B = 4.88%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.90

 K value IS 0.84

RGB Variations

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

Color information

#252904 (or 0x252904) is known color: Green Waterloo. HEX triplet: 25, 29 and 04. RGB value is (37,41,4). Sum of RGB (Red+Green+Blue) = 37+41+4=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 41 (16.41% from 255 or 50% from 82); Blue value is 4 (1.95% from 255 or 4.88% from 82); Max value from RGB is 41 - color contains mainly: green. Hex color #252904 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252904 is #DAD6FB. Grayscale: #232323. Windows color (decimal): -14341884 or 272677. OLE color: 272677.

HSL color Cylindrical-coordinate representation of color #252904: hue angle of 66.49º degrees, saturation: 0.82, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #252904 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 4 -
CMYK 0.10 0 0.90 0.84
HSL 66.49º 0.82% 0.09% -
HSV(B) 66.49º 0.9% 0.16% -
XYZ 1.58 1.99 0.42 -
YUV 35.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 37 41 4 0.10 0 0.90 0.84 66.49 0.82 0.09
Hex 25 29 4 A 0 5A 54 42 52 9
Octal 45 51 4 12 0 132 124 102 122 11
Binary 100101 101001 100 1010 0 1011010 1010100 1000010 1010010 1001

Color Harmonies of #252904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252904

Black with #252904

Text Example


Text Example

White with #252904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252904; }

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

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

background-color css

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

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

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

border-color css

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

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

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