Html Css Color HEX #252A0C Green Waterloo

📋 copy color: '#252A0C'

red 37 ◦ green 42 ◦ blue 12

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

Shades of Green Waterloo #252A0C

Tints of Green Waterloo #252A0C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 46.15%

 BLUE value IS 12 (5.08% from 255) = 13.19%

R = 40.66%
G = 46.15%
B = 13.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.84

RGB Variations

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

Color information

#252A0C (or 0x252A0C) is known color: Green Waterloo. HEX triplet: 25, 2A and 0C. RGB value is (37,42,12). Sum of RGB (Red+Green+Blue) = 37+42+12=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 42 (16.80% from 255 or 46.15% from 91); Blue value is 12 (5.08% from 255 or 13.19% from 91); Max value from RGB is 42 - color contains mainly: green. Hex color #252A0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A0C is #DAD5F3. Grayscale: #252525. Windows color (decimal): -14341620 or 797221. OLE color: 797221.

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

Color convert

RGB 37 42 12 -
CMYK 0.12 0 0.71 0.84
HSL 70º 0.56% 0.11% -
HSV(B) 70º 0.71% 0.16% -
XYZ 1.66 2.08 0.66 -
YUV 37.09 113.84 127.94 -
System Red Green Blue C M Y K H S L
Decimal 37 42 12 0.12 0 0.71 0.84 70 0.56 0.11
Hex 25 2A C C 0 47 54 46 38 B
Octal 45 52 14 14 0 107 124 106 70 13
Binary 100101 101010 1100 1100 0 1000111 1010100 1000110 111000 1011

Color Harmonies of #252A0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A0C

Black with #252A0C

Text Example


Text Example

White with #252A0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252A0C; }

 p { color: rgb(37,42,12); }

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

background-color css

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

 a { background-color: rgb(37,42,12); }

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

border-color css

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

 span { border-color: rgb(37,42,12); }

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