Html Css Color HEX #252900 Green Waterloo

📋 copy color: '#252900'

red 37 ◦ green 41 ◦ blue 0

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

Shades of Green Waterloo #252900

Tints of Green Waterloo #252900

RGB

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

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

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

R = 47.44%
G = 52.56%
B = 0%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 1

 K value IS 0.84

RGB Variations

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

Color information

#252900 (or 0x252900) is known color: Green Waterloo. HEX triplet: 25, 29 and 00. RGB value is (37,41,0). Sum of RGB (Red+Green+Blue) = 37+41+0=78 (10% of max value = 765). Red value is 37 (14.84% from 255 or 47.44% from 78); Green value is 41 (16.41% from 255 or 52.56% from 78); Blue value is 0 (0.39% from 255 or 0% from 78); Max value from RGB is 41 - color contains mainly: green. Hex color #252900 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252900 is #DAD6FF. Grayscale: #232323. Windows color (decimal): -14341888 or 10533. OLE color: 10533.

HSL color Cylindrical-coordinate representation of color #252900: hue angle of 65.85º 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 #252900 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 0 -
CMYK 0.10 0 1 0.84
HSL 65.85º 1% 0.08% -
HSV(B) 65.85º 1% 0.16% -
XYZ 1.56 1.98 0.3 -
YUV 35.13 108.17 129.33 -
System Red Green Blue C M Y K H S L
Decimal 37 41 0 0.10 0 1 0.84 65.85 1 0.08
Hex 25 29 0 A 0 64 54 42 64 8
Octal 45 51 0 12 0 144 124 102 144 10
Binary 100101 101001 0 1010 0 1100100 1010100 1000010 1100100 1000

Color Harmonies of #252900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252900

Black with #252900

Text Example


Text Example

White with #252900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252900; }

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

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

background-color css

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

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

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

border-color css

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

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

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