Html Css Color HEX #252A0F Green Waterloo

📋 copy color: '#252A0F'

red 37 ◦ green 42 ◦ blue 15

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

Shades of Green Waterloo #252A0F

Tints of Green Waterloo #252A0F

RGB

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

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

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

R = 39.36%
G = 44.68%
B = 15.96%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.64

 K value IS 0.84

RGB Variations

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

Color information

#252A0F (or 0x252A0F) is known color: Green Waterloo. HEX triplet: 25, 2A and 0F. RGB value is (37,42,15). Sum of RGB (Red+Green+Blue) = 37+42+15=94 (12% of max value = 765). Red value is 37 (14.84% from 255 or 39.36% from 94); Green value is 42 (16.80% from 255 or 44.68% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 42 - color contains mainly: green. Hex color #252A0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #252A0F is #DAD5F0. Grayscale: #252525. Windows color (decimal): -14341617 or 993829. OLE color: 993829.

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

Color convert

RGB 37 42 15 -
CMYK 0.12 0 0.64 0.84
HSL 71.11º 0.47% 0.11% -
HSV(B) 71.11º 0.64% 0.16% -
XYZ 1.68 2.08 0.77 -
YUV 37.43 115.34 127.7 -
System Red Green Blue C M Y K H S L
Decimal 37 42 15 0.12 0 0.64 0.84 71.11 0.47 0.11
Hex 25 2A F C 0 40 54 47 2F B
Octal 45 52 17 14 0 100 124 107 57 13
Binary 100101 101010 1111 1100 0 1000000 1010100 1000111 101111 1011

Color Harmonies of #252A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252A0F

Black with #252A0F

Text Example


Text Example

White with #252A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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