Html Css Color HEX #252B0C Green Waterloo

📋 copy color: '#252B0C'

red 37 ◦ green 43 ◦ blue 12

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

Shades of Green Waterloo #252B0C

Tints of Green Waterloo #252B0C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 46.74%

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

R = 40.22%
G = 46.74%
B = 13.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.83

RGB Variations

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

Color information

#252B0C (or 0x252B0C) is known color: Green Waterloo. HEX triplet: 25, 2B and 0C. RGB value is (37,43,12). Sum of RGB (Red+Green+Blue) = 37+43+12=92 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.22% from 92); Green value is 43 (17.19% from 255 or 46.74% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 43 - color contains mainly: green. Hex color #252B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252B0C is #DAD4F3. Grayscale: #252525. Windows color (decimal): -14341364 or 797477. OLE color: 797477.

HSL color Cylindrical-coordinate representation of color #252B0C: hue angle of 71.61º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #252B0C is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.83.

Color convert

RGB 37 43 12 -
CMYK 0.14 0 0.72 0.83
HSL 71.61º 0.56% 0.11% -
HSV(B) 71.61º 0.72% 0.17% -
XYZ 1.69 2.15 0.67 -
YUV 37.67 113.51 127.52 -
System Red Green Blue C M Y K H S L
Decimal 37 43 12 0.14 0 0.72 0.83 71.61 0.56 0.11
Hex 25 2B C E 0 48 53 48 38 B
Octal 45 53 14 16 0 110 123 110 70 13
Binary 100101 101011 1100 1110 0 1001000 1010011 1001000 111000 1011

Color Harmonies of #252B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B0C

Black with #252B0C

Text Example


Text Example

White with #252B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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