Html Css Color HEX #252912 Green Waterloo

📋 copy color: '#252912'

red 37 ◦ green 41 ◦ blue 18

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

Shades of Green Waterloo #252912

Tints of Green Waterloo #252912

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 18.75%

R = 38.54%
G = 42.71%
B = 18.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.84

RGB Variations

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

Color information

#252912 (or 0x252912) is known color: Green Waterloo. HEX triplet: 25, 29 and 12. RGB value is (37,41,18). Sum of RGB (Red+Green+Blue) = 37+41+18=96 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.54% from 96); Green value is 41 (16.41% from 255 or 42.71% from 96); Blue value is 18 (7.42% from 255 or 18.75% from 96); Max value from RGB is 41 - color contains mainly: green. Hex color #252912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252912 is #DAD6ED. Grayscale: #252525. Windows color (decimal): -14341870 or 1190181. OLE color: 1190181.

HSL color Cylindrical-coordinate representation of color #252912: hue angle of 70.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #252912 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.84.

Color convert

RGB 37 41 18 -
CMYK 0.10 0 0.56 0.84
HSL 70.43º 0.39% 0.12% -
HSV(B) 70.43º 0.56% 0.16% -
XYZ 1.67 2.02 0.87 -
YUV 37.18 117.17 127.87 -
System Red Green Blue C M Y K H S L
Decimal 37 41 18 0.10 0 0.56 0.84 70.43 0.39 0.12
Hex 25 29 12 A 0 38 54 46 27 C
Octal 45 51 22 12 0 70 124 106 47 14
Binary 100101 101001 10010 1010 0 111000 1010100 1000110 100111 1100

Color Harmonies of #252912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252912

Black with #252912

Text Example


Text Example

White with #252912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252912; }

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

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

background-color css

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

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

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

border-color css

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

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

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