Html Css Color HEX #252812 Green Waterloo

📋 copy color: '#252812'

red 37 ◦ green 40 ◦ blue 18

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

Shades of Green Waterloo #252812

Tints of Green Waterloo #252812

RGB

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

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

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

R = 38.95%
G = 42.11%
B = 18.95%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.55

 K value IS 0.84

RGB Variations

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

Color information

#252812 (or 0x252812) is known color: Green Waterloo. HEX triplet: 25, 28 and 12. RGB value is (37,40,18). Sum of RGB (Red+Green+Blue) = 37+40+18=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 18 (7.42% from 255 or 18.95% from 95); Max value from RGB is 40 - color contains mainly: green. Hex color #252812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252812 is #DAD7ED. Grayscale: #242424. Windows color (decimal): -14342126 or 1189925. OLE color: 1189925.

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

Color convert

RGB 37 40 18 -
CMYK 0.07 0 0.55 0.84
HSL 68.18º 0.38% 0.11% -
HSV(B) 68.18º 0.55% 0.16% -
XYZ 1.63 1.95 0.86 -
YUV 36.6 117.51 128.29 -
System Red Green Blue C M Y K H S L
Decimal 37 40 18 0.07 0 0.55 0.84 68.18 0.38 0.11
Hex 25 28 12 7 0 37 54 44 26 B
Octal 45 50 22 7 0 67 124 104 46 13
Binary 100101 101000 10010 111 0 110111 1010100 1000100 100110 1011

Color Harmonies of #252812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252812

Black with #252812

Text Example


Text Example

White with #252812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252812; }

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

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

background-color css

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

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

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

border-color css

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

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

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