#252B0B

Color #252B0B Green Waterloo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Waterloo #252B0B

Tints of Green Waterloo #252B0B

Color information

#252B0B (or 0x252B0B) is unknown color: approx Green Waterloo. HEX triplet: 25, 2B and 0B. RGB value is (37,43,11). Sum of RGB (Red+Green+Blue) = 37+43+11=91 (12% of max value = 765). Red value is 37 (14.84% from 255 or 40.66% from 91); Green value is 43 (17.19% from 255 or 47.25% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 43 - color contains mainly: green. Hex color #252B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252B0B is #DAD4F4. Grayscale: #252525. Windows color (decimal): -14341365 or 731941. OLE color: 731941.

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

Color convert

RGB374311-
CMYK0.1400.740.83
HSL71.25º59.26%10.59%-
HSV(B)71.25º74.42%16.86%-
XYZ1.692.150.64-
YUV37.56113.01127.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 40.66%
GREEN value IS 43 (17.19% from 255) = 47.25%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=40.66%
G=47.25%
B=12.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3743110.1400.740.8371.2559.2610.59
Hex252BBE04A53473bb
Octal4553131601121231077313
Binary1001011010111011111001001010101001110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #252B0B;
 }
 .AnyTagClassName
 {
   color: #252B0B;
 }
</style>
background-color css

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

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

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

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

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

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