Html Css Color HEX #252B0F Green Waterloo

📋 copy color: '#252B0F'

red 37 ◦ green 43 ◦ blue 15

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

Shades of Green Waterloo #252B0F

Tints of Green Waterloo #252B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 15.79%

R = 38.95%
G = 45.26%
B = 15.79%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.65

 K value IS 0.83

RGB Variations

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

Color information

#252B0F (or 0x252B0F) is known color: Green Waterloo. HEX triplet: 25, 2B and 0F. RGB value is (37,43,15). Sum of RGB (Red+Green+Blue) = 37+43+15=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 43 (17.19% from 255 or 45.26% from 95); Blue value is 15 (6.25% from 255 or 15.79% from 95); Max value from RGB is 43 - color contains mainly: green. Hex color #252B0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252B0F is #DAD4F0. Grayscale: #262626. Windows color (decimal): -14341361 or 994085. OLE color: 994085.

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

Color convert

RGB 37 43 15 -
CMYK 0.14 0 0.65 0.83
HSL 72.86º 0.48% 0.11% -
HSV(B) 72.86º 0.65% 0.17% -
XYZ 1.71 2.16 0.78 -
YUV 38.01 115.01 127.28 -
System Red Green Blue C M Y K H S L
Decimal 37 43 15 0.14 0 0.65 0.83 72.86 0.48 0.11
Hex 25 2B F E 0 41 53 49 30 B
Octal 45 53 17 16 0 101 123 111 60 13
Binary 100101 101011 1111 1110 0 1000001 1010011 1001001 110000 1011

Color Harmonies of #252B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252B0F

Black with #252B0F

Text Example


Text Example

White with #252B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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