Html Css Color HEX #252B0B Green Waterloo

📋 copy color: '#252B0B'

red 37 ◦ green 43 ◦ blue 11

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

Shades of Green Waterloo #252B0B

Tints of Green Waterloo #252B0B

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 value IS 0.14

 M value IS 0

 Y value IS 0.74

 K value IS 0.83

RGB Variations

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

Color information

#252B0B (or 0x252B0B) is known color: 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

RGB 37 43 11 -
CMYK 0.14 0 0.74 0.83
HSL 71.25º 0.59% 0.11% -
HSV(B) 71.25º 0.74% 0.17% -
XYZ 1.69 2.15 0.64 -
YUV 37.56 113.01 127.6 -
System Red Green Blue C M Y K H S L
Decimal 37 43 11 0.14 0 0.74 0.83 71.25 0.59 0.11
Hex 25 2B B E 0 4A 53 47 3B B
Octal 45 53 13 16 0 112 123 107 73 13
Binary 100101 101011 1011 1110 0 1001010 1010011 1000111 111011 1011

Color Harmonies of #252B0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B0B

Black with #252B0B

Text Example


Text Example

White with #252B0B

Text Example


Text Example

HTML Codes & Css Web 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>