Html Css Color HEX #20250F Green Waterloo

📋 copy color: '#20250F'

red 32 ◦ green 37 ◦ blue 15

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

Shades of Green Waterloo #20250F

Tints of Green Waterloo #20250F

RGB

 RED value IS 32 (12.89% from 255) = 38.1%

 GREEN value IS 37 (14.84% from 255) = 44.05%

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

R = 38.1%
G = 44.05%
B = 17.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.59

 K value IS 0.85

RGB Variations

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

Color information

#20250F (or 0x20250F) is known color: Green Waterloo. HEX triplet: 20, 25 and 0F. RGB value is (32,37,15). Sum of RGB (Red+Green+Blue) = 32+37+15=84 (11% of max value = 765). Red value is 32 (12.89% from 255 or 38.10% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 15 (6.25% from 255 or 17.86% from 84); Max value from RGB is 37 - color contains mainly: green. Hex color #20250F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20250F is #DFDAF0. Grayscale: #212121. Windows color (decimal): -14670577 or 992544. OLE color: 992544.

HSL color Cylindrical-coordinate representation of color #20250F: hue angle of 73.64º degrees, saturation: 0.42, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #20250F is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.

Color convert

RGB 32 37 15 -
CMYK 0.14 0 0.59 0.85
HSL 73.64º 0.42% 0.1% -
HSV(B) 73.64º 0.59% 0.15% -
XYZ 1.34 1.66 0.7 -
YUV 33 117.84 127.29 -
System Red Green Blue C M Y K H S L
Decimal 32 37 15 0.14 0 0.59 0.85 73.64 0.42 0.1
Hex 20 25 F E 0 3B 55 4A 2A A
Octal 40 45 17 16 0 73 125 112 52 12
Binary 100000 100101 1111 1110 0 111011 1010101 1001010 101010 1010

Color Harmonies of #20250F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20250F

Black with #20250F

Text Example


Text Example

White with #20250F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20250F; }

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

 H1.HeaderClassName
 {
   color: #20250F;
 }
 .AnyTagClassName
 {
   color: #20250F;
 }
</style>

background-color css

<style>
 a { background-color: #20250F; }

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

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

border-color css

<style>
 span { border-color: #20250F; }

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

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