Html Css Color HEX #20250E Green Waterloo

📋 copy color: '#20250E'

red 32 ◦ green 37 ◦ blue 14

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

Shades of Green Waterloo #20250E

Tints of Green Waterloo #20250E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 16.87%

R = 38.55%
G = 44.58%
B = 16.87%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.62

 K value IS 0.85

RGB Variations

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

Color information

#20250E (or 0x20250E) is known color: Green Waterloo. HEX triplet: 20, 25 and 0E. RGB value is (32,37,14). Sum of RGB (Red+Green+Blue) = 32+37+14=83 (10% of max value = 765). Red value is 32 (12.89% from 255 or 38.55% from 83); Green value is 37 (14.84% from 255 or 44.58% from 83); Blue value is 14 (5.86% from 255 or 16.87% from 83); Max value from RGB is 37 - color contains mainly: green. Hex color #20250E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #20250E is #DFDAF1. Grayscale: #202020. Windows color (decimal): -14670578 or 927008. OLE color: 927008.

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

Color convert

RGB 32 37 14 -
CMYK 0.14 0 0.62 0.85
HSL 73.04º 0.45% 0.1% -
HSV(B) 73.04º 0.62% 0.15% -
XYZ 1.34 1.66 0.67 -
YUV 32.88 117.34 127.37 -
System Red Green Blue C M Y K H S L
Decimal 32 37 14 0.14 0 0.62 0.85 73.04 0.45 0.1
Hex 20 25 E E 0 3E 55 49 2D A
Octal 40 45 16 16 0 76 125 111 55 12
Binary 100000 100101 1110 1110 0 111110 1010101 1001001 101101 1010

Color Harmonies of #20250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20250E

Black with #20250E

Text Example


Text Example

White with #20250E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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